Shades of Inch Worm #ACD40B
Tints of Inch Worm #ACD40B
RGB
CMYK
RGB Variations
Color information
#ACD40B (or 0xACD40B) is known color: Inch Worm. HEX triplet: AC, D4 and 0B. RGB value is (172,212,11). Sum of RGB (Red+Green+Blue) = 172+212+11=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD40B is #532BF4. Grayscale: #B1B1B1. Windows color (decimal): -5450741 or 775340. OLE color: 775340.
HSL color Cylindrical-coordinate representation of color #ACD40B: hue angle of 71.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACD40B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.17 |
| HSL | 71.94º | 0.9% | 0.44% | - |
| HSV(B) | 71.94º | 0.95% | 0.83% | - |
| XYZ | 40.62 | 55.88 | 8.96 | - |
| YUV | 177.13 | 34.25 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 11 | 0.19 | 0 | 0.95 | 0.17 | 71.94 | 0.9 | 0.44 |
| Hex | AC | D4 | B | 13 | 0 | 5F | 11 | 48 | 5A | 2C |
| Octal | 254 | 324 | 13 | 23 | 0 | 137 | 21 | 110 | 132 | 54 |
| Binary | 10101100 | 11010100 | 1011 | 10011 | 0 | 1011111 | 10001 | 1001000 | 1011010 | 101100 |
Color Harmonies of #ACD40B
Complementary color
Monochromatic Colors of #ACD40B
Black with #ACD40B
Text Example
Text Example
White with #ACD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD40B; }
p { color: rgb(172,212,11); }
H1.HeaderClassName
{
color: #ACD40B;
}
.AnyTagClassName
{
color: #ACD40B;
}
</style>
background-color css
<style>
a { background-color: #ACD40B; }
a { background-color: rgb(172,212,11); }
div.DivClassName
{
background-color: #ACD40B;
}
.BgClassName
{
background-color: #ACD40B;
}
</style>
border-color css
<style>
span { border-color: #ACD40B; }
span { border-color: rgb(172,212,11); }
td.TdClassName
{
border-color: #ACD40B;
}
.TagClassName
{
border-color: #ACD40B;
}
</style>