Shades of Inch Worm #ACD50E
Tints of Inch Worm #ACD50E
RGB
CMYK
RGB Variations
Color information
#ACD50E (or 0xACD50E) is known color: Inch Worm. HEX triplet: AC, D5 and 0E. RGB value is (172,213,14). Sum of RGB (Red+Green+Blue) = 172+213+14=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50E is #532AF1. Grayscale: #B2B2B2. Windows color (decimal): -5450482 or 972204. OLE color: 972204.
HSL color Cylindrical-coordinate representation of color #ACD50E: hue angle of 72.36º degrees, saturation: 0.88, 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 #ACD50E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 14 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.16 |
| HSL | 72.36º | 0.88% | 0.45% | - |
| HSV(B) | 72.36º | 0.93% | 0.84% | - |
| XYZ | 40.89 | 56.39 | 9.15 | - |
| YUV | 178.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 14 | 0.19 | 0 | 0.93 | 0.16 | 72.36 | 0.88 | 0.45 |
| Hex | AC | D5 | E | 13 | 0 | 5D | 10 | 48 | 58 | 2D |
| Octal | 254 | 325 | 16 | 23 | 0 | 135 | 20 | 110 | 130 | 55 |
| Binary | 10101100 | 11010101 | 1110 | 10011 | 0 | 1011101 | 10000 | 1001000 | 1011000 | 101101 |
Color Harmonies of #ACD50E
Complementary color
Monochromatic Colors of #ACD50E
Black with #ACD50E
Text Example
Text Example
White with #ACD50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD50E; }
p { color: rgb(172,213,14); }
H1.HeaderClassName
{
color: #ACD50E;
}
.AnyTagClassName
{
color: #ACD50E;
}
</style>
background-color css
<style>
a { background-color: #ACD50E; }
a { background-color: rgb(172,213,14); }
div.DivClassName
{
background-color: #ACD50E;
}
.BgClassName
{
background-color: #ACD50E;
}
</style>
border-color css
<style>
span { border-color: #ACD50E; }
span { border-color: rgb(172,213,14); }
td.TdClassName
{
border-color: #ACD50E;
}
.TagClassName
{
border-color: #ACD50E;
}
</style>