#ABF212

Color #ABF212 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #ABF212

Tints of Inch Worm #ABF212

Color information

#ABF212 (or 0xABF212) is unknown color: approx Inch Worm. HEX triplet: AB, F2 and 12. RGB value is (171,242,18). Sum of RGB (Red+Green+Blue) = 171+242+18=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF212 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF212 is #540DED. Grayscale: #C4C4C4. Windows color (decimal): -5508590 or 1241771. OLE color: 1241771.

HSL color Cylindrical-coordinate representation of color #ABF212: hue angle of 79.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABF212 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB17124218-
CMYK0.2900.930.05
HSL79.02º89.6%50.98%-
HSV(B)79.02º92.56%94.9%-
XYZ48.6672.2111.94-
YUV195.2427.98110.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.68%
GREEN value IS 242 (94.92% from 255) = 56.15%
BLUE value IS 18 (7.42% from 255) = 4.18%
R=39.68%
G=56.15%
B=4.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171242180.2900.930.0579.0289.650.98
HexABF2121D05D54f5a33
Octal25336222350135511713263
Binary101010111111001010010111010101110110110011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF212; }

 p { color: rgb(171,242,18); }

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

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

 a { background-color: rgb(171,242,18); }

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

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

 span { border-color: rgb(171,242,18); }

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