Shades of Inch Worm #ACD50A
Tints of Inch Worm #ACD50A
RGB
CMYK
RGB Variations
Color information
#ACD50A (or 0xACD50A) is known color: Inch Worm. HEX triplet: AC, D5 and 0A. RGB value is (172,213,10). Sum of RGB (Red+Green+Blue) = 172+213+10=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50A is #532AF5. Grayscale: #B2B2B2. Windows color (decimal): -5450486 or 710060. OLE color: 710060.
HSL color Cylindrical-coordinate representation of color #ACD50A: hue angle of 72.12º 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 #ACD50A is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 10 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.16 |
| HSL | 72.12º | 0.91% | 0.44% | - |
| HSV(B) | 72.12º | 0.95% | 0.84% | - |
| XYZ | 40.86 | 56.38 | 9.02 | - |
| YUV | 177.6 | 33.42 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 10 | 0.19 | 0 | 0.95 | 0.16 | 72.12 | 0.91 | 0.44 |
| Hex | AC | D5 | A | 13 | 0 | 5F | 10 | 48 | 5B | 2C |
| Octal | 254 | 325 | 12 | 23 | 0 | 137 | 20 | 110 | 133 | 54 |
| Binary | 10101100 | 11010101 | 1010 | 10011 | 0 | 1011111 | 10000 | 1001000 | 1011011 | 101100 |
Color Harmonies of #ACD50A
Complementary color
Monochromatic Colors of #ACD50A
Black with #ACD50A
Text Example
Text Example
White with #ACD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD50A; }
p { color: rgb(172,213,10); }
H1.HeaderClassName
{
color: #ACD50A;
}
.AnyTagClassName
{
color: #ACD50A;
}
</style>
background-color css
<style>
a { background-color: #ACD50A; }
a { background-color: rgb(172,213,10); }
div.DivClassName
{
background-color: #ACD50A;
}
.BgClassName
{
background-color: #ACD50A;
}
</style>
border-color css
<style>
span { border-color: #ACD50A; }
span { border-color: rgb(172,213,10); }
td.TdClassName
{
border-color: #ACD50A;
}
.TagClassName
{
border-color: #ACD50A;
}
</style>