#1AF460

Color #1AF460 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1AF460

Tints of Malachite #1AF460

Color information

#1AF460 (or 0x1AF460) is unknown color: approx Malachite. HEX triplet: 1A, F4 and 60. RGB value is (26,244,96). Sum of RGB (Red+Green+Blue) = 26+244+96=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 244 (95.70% from 255 or 66.67% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 244 - color contains mainly: green. Hex color #1AF460 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF460 is #E50B9F. Grayscale: #A2A2A2. Windows color (decimal): -15010720 or 6353946. OLE color: 6353946.

HSL color Cylindrical-coordinate representation of color #1AF460: hue angle of 139.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF460 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2624496-
CMYK0.8900.610.04
HSL139.27º90.83%52.94%-
HSV(B)139.27º89.34%95.69%-
XYZ34.8965.7721.92-
YUV161.9590.7831.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 7.10%
GREEN value IS 244 (95.70% from 255) = 66.67%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=7.10%
G=66.67%
B=26.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal26244960.8900.610.04139.2790.8352.94
Hex1AF4605903D48b5b35
Octal32364140131075421313365
Binary1101011110100110000010110010111101100100010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AF460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AF460; }

 p { color: rgb(26,244,96); }

 H1.HeaderClassName
 {
   color: #1AF460;
 }
 .AnyTagClassName
 {
   color: #1AF460;
 }
</style>
background-color css

<style>
 a { background-color: #1AF460; }

 a { background-color: rgb(26,244,96); }

 div.DivClassName
 {
   background-color: #1AF460;
 }
 .BgClassName
 {
   background-color: #1AF460;
 }
</style>
border-color css

<style>
 span { border-color: #1AF460; }

 span { border-color: rgb(26,244,96); }

 td.TdClassName
 {
   border-color: #1AF460;
 }
 .TagClassName
 {
   border-color: #1AF460;
 }
</style>