#ACDD12

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

Shades of Inch Worm #ACDD12

Tints of Inch Worm #ACDD12

Color information

#ACDD12 (or 0xACDD12) is unknown color: approx Inch Worm. HEX triplet: AC, DD and 12. RGB value is (172,221,18). Sum of RGB (Red+Green+Blue) = 172+221+18=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDD12 is #5322ED. Grayscale: #B7B7B7. Windows color (decimal): -5448430 or 1236396. OLE color: 1236396.

HSL color Cylindrical-coordinate representation of color #ACDD12: hue angle of 74.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACDD12 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB17222118-
CMYK0.2200.920.13
HSL74.48º84.94%46.86%-
HSV(B)74.48º91.86%86.67%-
XYZ42.9860.539.99-
YUV183.2134.77120.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 18 (7.42% from 255) = 4.38%
R=41.85%
G=53.77%
B=4.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221180.2200.920.1374.4884.9446.86
HexACDD121605CD4a552f
Octal254335222601341511212557
Binary1010110011011101100101011001011100110110010101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD12; }

 p { color: rgb(172,221,18); }

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

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

 a { background-color: rgb(172,221,18); }

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

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

 span { border-color: rgb(172,221,18); }

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