Shades of Inch Worm #ACD10A
Tints of Inch Worm #ACD10A
RGB
CMYK
RGB Variations
Color information
#ACD10A (or 0xACD10A) is known color: Inch Worm. HEX triplet: AC, D1 and 0A. RGB value is (172,209,10). Sum of RGB (Red+Green+Blue) = 172+209+10=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD10A is #532EF5. Grayscale: #B0B0B0. Windows color (decimal): -5451510 or 709036. OLE color: 709036.
HSL color Cylindrical-coordinate representation of color #ACD10A: hue angle of 71.16º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACD10A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 10 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.18 |
| HSL | 71.16º | 0.91% | 0.43% | - |
| HSV(B) | 71.16º | 0.95% | 0.82% | - |
| XYZ | 39.87 | 54.39 | 8.68 | - |
| YUV | 175.25 | 34.74 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 10 | 0.18 | 0 | 0.95 | 0.18 | 71.16 | 0.91 | 0.43 |
| Hex | AC | D1 | A | 12 | 0 | 5F | 12 | 47 | 5B | 2B |
| Octal | 254 | 321 | 12 | 22 | 0 | 137 | 22 | 107 | 133 | 53 |
| Binary | 10101100 | 11010001 | 1010 | 10010 | 0 | 1011111 | 10010 | 1000111 | 1011011 | 101011 |
Color Harmonies of #ACD10A
Complementary color
Monochromatic Colors of #ACD10A
Black with #ACD10A
Text Example
Text Example
White with #ACD10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD10A; }
p { color: rgb(172,209,10); }
H1.HeaderClassName
{
color: #ACD10A;
}
.AnyTagClassName
{
color: #ACD10A;
}
</style>
background-color css
<style>
a { background-color: #ACD10A; }
a { background-color: rgb(172,209,10); }
div.DivClassName
{
background-color: #ACD10A;
}
.BgClassName
{
background-color: #ACD10A;
}
</style>
border-color css
<style>
span { border-color: #ACD10A; }
span { border-color: rgb(172,209,10); }
td.TdClassName
{
border-color: #ACD10A;
}
.TagClassName
{
border-color: #ACD10A;
}
</style>