#ABD912

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

Shades of Inch Worm #ABD912

Tints of Inch Worm #ABD912

Color information

#ABD912 (or 0xABD912) is unknown color: approx Inch Worm. HEX triplet: AB, D9 and 12. RGB value is (171,217,18). Sum of RGB (Red+Green+Blue) = 171+217+18=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABD912 is #5426ED. Grayscale: #B5B5B5. Windows color (decimal): -5514990 or 1235371. OLE color: 1235371.

HSL color Cylindrical-coordinate representation of color #ABD912: hue angle of 73.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABD912 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB17121718-
CMYK0.2100.920.15
HSL73.87º84.68%46.08%-
HSV(B)73.87º91.71%85.1%-
XYZ41.7258.339.63-
YUV180.5636.26121.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 18 (7.42% from 255) = 4.43%
R=42.12%
G=53.45%
B=4.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171217180.2100.920.1573.8784.6846.08
HexABD9121505CF4a552e
Octal253331222501341711212556
Binary1010101111011001100101010101011100111110010101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD912; }

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

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

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

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

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

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

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

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