Shades of Inch Worm #ACD50B
Tints of Inch Worm #ACD50B
RGB
CMYK
RGB Variations
Color information
#ACD50B (or 0xACD50B) is known color: Inch Worm. HEX triplet: AC, D5 and 0B. RGB value is (172,213,11). Sum of RGB (Red+Green+Blue) = 172+213+11=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 213 (83.59% from 255 or 53.79% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50B is #532AF4. Grayscale: #B2B2B2. Windows color (decimal): -5450485 or 775596. OLE color: 775596.
HSL color Cylindrical-coordinate representation of color #ACD50B: hue angle of 72.18º degrees, saturation: 0.9, 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 #ACD50B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 11 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.16 |
| HSL | 72.18º | 0.9% | 0.44% | - |
| HSV(B) | 72.18º | 0.95% | 0.84% | - |
| XYZ | 40.87 | 56.38 | 9.05 | - |
| YUV | 177.71 | 33.92 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 11 | 0.19 | 0 | 0.95 | 0.16 | 72.18 | 0.9 | 0.44 |
| Hex | AC | D5 | B | 13 | 0 | 5F | 10 | 48 | 5A | 2C |
| Octal | 254 | 325 | 13 | 23 | 0 | 137 | 20 | 110 | 132 | 54 |
| Binary | 10101100 | 11010101 | 1011 | 10011 | 0 | 1011111 | 10000 | 1001000 | 1011010 | 101100 |
Color Harmonies of #ACD50B
Complementary color
Monochromatic Colors of #ACD50B
Black with #ACD50B
Text Example
Text Example
White with #ACD50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD50B; }
p { color: rgb(172,213,11); }
H1.HeaderClassName
{
color: #ACD50B;
}
.AnyTagClassName
{
color: #ACD50B;
}
</style>
background-color css
<style>
a { background-color: #ACD50B; }
a { background-color: rgb(172,213,11); }
div.DivClassName
{
background-color: #ACD50B;
}
.BgClassName
{
background-color: #ACD50B;
}
</style>
border-color css
<style>
span { border-color: #ACD50B; }
span { border-color: rgb(172,213,11); }
td.TdClassName
{
border-color: #ACD50B;
}
.TagClassName
{
border-color: #ACD50B;
}
</style>