Shades of Inch Worm #ACD825
Tints of Inch Worm #ACD825
RGB
CMYK
RGB Variations
Color information
#ACD825 (or 0xACD825) is known color: Inch Worm. HEX triplet: AC, D8 and 25. RGB value is (172,216,37). Sum of RGB (Red+Green+Blue) = 172+216+37=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD825 is #5327DA. Grayscale: #B7B7B7. Windows color (decimal): -5449691 or 2480300. OLE color: 2480300.
HSL color Cylindrical-coordinate representation of color #ACD825: hue angle of 74.75º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACD825 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 37 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.15 |
| HSL | 74.75º | 0.71% | 0.5% | - |
| HSV(B) | 74.75º | 0.83% | 0.85% | - |
| XYZ | 41.9 | 58.02 | 10.74 | - |
| YUV | 182.44 | 45.92 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 37 | 0.20 | 0 | 0.83 | 0.15 | 74.75 | 0.71 | 0.5 |
| Hex | AC | D8 | 25 | 14 | 0 | 53 | F | 4B | 47 | 32 |
| Octal | 254 | 330 | 45 | 24 | 0 | 123 | 17 | 113 | 107 | 62 |
| Binary | 10101100 | 11011000 | 100101 | 10100 | 0 | 1010011 | 1111 | 1001011 | 1000111 | 110010 |
Color Harmonies of #ACD825
Complementary color
Monochromatic Colors of #ACD825
Black with #ACD825
Text Example
Text Example
White with #ACD825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD825; }
p { color: rgb(172,216,37); }
H1.HeaderClassName
{
color: #ACD825;
}
.AnyTagClassName
{
color: #ACD825;
}
</style>
background-color css
<style>
a { background-color: #ACD825; }
a { background-color: rgb(172,216,37); }
div.DivClassName
{
background-color: #ACD825;
}
.BgClassName
{
background-color: #ACD825;
}
</style>
border-color css
<style>
span { border-color: #ACD825; }
span { border-color: rgb(172,216,37); }
td.TdClassName
{
border-color: #ACD825;
}
.TagClassName
{
border-color: #ACD825;
}
</style>