Shades of Inch Worm #ACD90C
Tints of Inch Worm #ACD90C
RGB
CMYK
RGB Variations
Color information
#ACD90C (or 0xACD90C) is known color: Inch Worm. HEX triplet: AC, D9 and 0C. RGB value is (172,217,12). Sum of RGB (Red+Green+Blue) = 172+217+12=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD90C is #5326F3. Grayscale: #B4B4B4. Windows color (decimal): -5449460 or 842156. OLE color: 842156.
HSL color Cylindrical-coordinate representation of color #ACD90C: hue angle of 73.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD90C is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 12 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.15 |
| HSL | 73.17º | 0.9% | 0.45% | - |
| HSV(B) | 73.17º | 0.94% | 0.85% | - |
| XYZ | 41.89 | 58.42 | 9.42 | - |
| YUV | 180.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 12 | 0.21 | 0 | 0.94 | 0.15 | 73.17 | 0.9 | 0.45 |
| Hex | AC | D9 | C | 15 | 0 | 5E | F | 49 | 5A | 2D |
| Octal | 254 | 331 | 14 | 25 | 0 | 136 | 17 | 111 | 132 | 55 |
| Binary | 10101100 | 11011001 | 1100 | 10101 | 0 | 1011110 | 1111 | 1001001 | 1011010 | 101101 |
Color Harmonies of #ACD90C
Complementary color
Monochromatic Colors of #ACD90C
Black with #ACD90C
Text Example
Text Example
White with #ACD90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD90C; }
p { color: rgb(172,217,12); }
H1.HeaderClassName
{
color: #ACD90C;
}
.AnyTagClassName
{
color: #ACD90C;
}
</style>
background-color css
<style>
a { background-color: #ACD90C; }
a { background-color: rgb(172,217,12); }
div.DivClassName
{
background-color: #ACD90C;
}
.BgClassName
{
background-color: #ACD90C;
}
</style>
border-color css
<style>
span { border-color: #ACD90C; }
span { border-color: rgb(172,217,12); }
td.TdClassName
{
border-color: #ACD90C;
}
.TagClassName
{
border-color: #ACD90C;
}
</style>