Shades of Inch Worm #ACD40D
Tints of Inch Worm #ACD40D
RGB
CMYK
RGB Variations
Color information
#ACD40D (or 0xACD40D) is known color: Inch Worm. HEX triplet: AC, D4 and 0D. RGB value is (172,212,13). Sum of RGB (Red+Green+Blue) = 172+212+13=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD40D is #532BF2. Grayscale: #B2B2B2. Windows color (decimal): -5450739 or 906412. OLE color: 906412.
HSL color Cylindrical-coordinate representation of color #ACD40D: hue angle of 72.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD40D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.17 |
| HSL | 72.06º | 0.88% | 0.44% | - |
| HSV(B) | 72.06º | 0.94% | 0.83% | - |
| XYZ | 40.63 | 55.89 | 9.03 | - |
| YUV | 177.35 | 35.25 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 13 | 0.19 | 0 | 0.94 | 0.17 | 72.06 | 0.88 | 0.44 |
| Hex | AC | D4 | D | 13 | 0 | 5E | 11 | 48 | 58 | 2C |
| Octal | 254 | 324 | 15 | 23 | 0 | 136 | 21 | 110 | 130 | 54 |
| Binary | 10101100 | 11010100 | 1101 | 10011 | 0 | 1011110 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ACD40D
Complementary color
Monochromatic Colors of #ACD40D
Black with #ACD40D
Text Example
Text Example
White with #ACD40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD40D; }
p { color: rgb(172,212,13); }
H1.HeaderClassName
{
color: #ACD40D;
}
.AnyTagClassName
{
color: #ACD40D;
}
</style>
background-color css
<style>
a { background-color: #ACD40D; }
a { background-color: rgb(172,212,13); }
div.DivClassName
{
background-color: #ACD40D;
}
.BgClassName
{
background-color: #ACD40D;
}
</style>
border-color css
<style>
span { border-color: #ACD40D; }
span { border-color: rgb(172,212,13); }
td.TdClassName
{
border-color: #ACD40D;
}
.TagClassName
{
border-color: #ACD40D;
}
</style>