Shades of Inch Worm #ACD60F
Tints of Inch Worm #ACD60F
RGB
CMYK
RGB Variations
Color information
#ACD60F (or 0xACD60F) is known color: Inch Worm. HEX triplet: AC, D6 and 0F. RGB value is (172,214,15). Sum of RGB (Red+Green+Blue) = 172+214+15=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD60F is #5329F0. Grayscale: #B3B3B3. Windows color (decimal): -5450225 or 1037996. OLE color: 1037996.
HSL color Cylindrical-coordinate representation of color #ACD60F: hue angle of 72.66º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACD60F is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 15 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.16 |
| HSL | 72.66º | 0.87% | 0.45% | - |
| HSV(B) | 72.66º | 0.93% | 0.84% | - |
| XYZ | 41.15 | 56.9 | 9.27 | - |
| YUV | 178.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 15 | 0.20 | 0 | 0.93 | 0.16 | 72.66 | 0.87 | 0.45 |
| Hex | AC | D6 | F | 14 | 0 | 5D | 10 | 49 | 57 | 2D |
| Octal | 254 | 326 | 17 | 24 | 0 | 135 | 20 | 111 | 127 | 55 |
| Binary | 10101100 | 11010110 | 1111 | 10100 | 0 | 1011101 | 10000 | 1001001 | 1010111 | 101101 |
Color Harmonies of #ACD60F
Complementary color
Monochromatic Colors of #ACD60F
Black with #ACD60F
Text Example
Text Example
White with #ACD60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD60F; }
p { color: rgb(172,214,15); }
H1.HeaderClassName
{
color: #ACD60F;
}
.AnyTagClassName
{
color: #ACD60F;
}
</style>
background-color css
<style>
a { background-color: #ACD60F; }
a { background-color: rgb(172,214,15); }
div.DivClassName
{
background-color: #ACD60F;
}
.BgClassName
{
background-color: #ACD60F;
}
</style>
border-color css
<style>
span { border-color: #ACD60F; }
span { border-color: rgb(172,214,15); }
td.TdClassName
{
border-color: #ACD60F;
}
.TagClassName
{
border-color: #ACD60F;
}
</style>