Shades of Inch Worm #ACD70A
Tints of Inch Worm #ACD70A
RGB
CMYK
RGB Variations
Color information
#ACD70A (or 0xACD70A) is known color: Inch Worm. HEX triplet: AC, D7 and 0A. RGB value is (172,215,10). Sum of RGB (Red+Green+Blue) = 172+215+10=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 10 (4.30% from 255 or 2.52% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD70A is #5328F5. Grayscale: #B3B3B3. Windows color (decimal): -5449974 or 710572. OLE color: 710572.
HSL color Cylindrical-coordinate representation of color #ACD70A: hue angle of 72.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACD70A is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 10 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.16 |
| HSL | 72.59º | 0.91% | 0.44% | - |
| HSV(B) | 72.59º | 0.95% | 0.84% | - |
| XYZ | 41.37 | 57.39 | 9.18 | - |
| YUV | 178.77 | 32.75 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 10 | 0.2 | 0 | 0.95 | 0.16 | 72.59 | 0.91 | 0.44 |
| Hex | AC | D7 | A | 14 | 0 | 5F | 10 | 49 | 5B | 2C |
| Octal | 254 | 327 | 12 | 24 | 0 | 137 | 20 | 111 | 133 | 54 |
| Binary | 10101100 | 11010111 | 1010 | 10100 | 0 | 1011111 | 10000 | 1001001 | 1011011 | 101100 |
Color Harmonies of #ACD70A
Complementary color
Monochromatic Colors of #ACD70A
Black with #ACD70A
Text Example
Text Example
White with #ACD70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD70A; }
p { color: rgb(172,215,10); }
H1.HeaderClassName
{
color: #ACD70A;
}
.AnyTagClassName
{
color: #ACD70A;
}
</style>
background-color css
<style>
a { background-color: #ACD70A; }
a { background-color: rgb(172,215,10); }
div.DivClassName
{
background-color: #ACD70A;
}
.BgClassName
{
background-color: #ACD70A;
}
</style>
border-color css
<style>
span { border-color: #ACD70A; }
span { border-color: rgb(172,215,10); }
td.TdClassName
{
border-color: #ACD70A;
}
.TagClassName
{
border-color: #ACD70A;
}
</style>