Shades of Inch Worm #ACD50F
Tints of Inch Worm #ACD50F
RGB
CMYK
RGB Variations
Color information
#ACD50F (or 0xACD50F) is known color: Inch Worm. HEX triplet: AC, D5 and 0F. RGB value is (172,213,15). Sum of RGB (Red+Green+Blue) = 172+213+15=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50F is #532AF0. Grayscale: #B2B2B2. Windows color (decimal): -5450481 or 1037740. OLE color: 1037740.
HSL color Cylindrical-coordinate representation of color #ACD50F: hue angle of 72.42º 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 #ACD50F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 15 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.16 |
| HSL | 72.42º | 0.87% | 0.45% | - |
| HSV(B) | 72.42º | 0.93% | 0.84% | - |
| XYZ | 40.89 | 56.39 | 9.18 | - |
| YUV | 178.17 | 35.92 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 15 | 0.19 | 0 | 0.93 | 0.16 | 72.42 | 0.87 | 0.45 |
| Hex | AC | D5 | F | 13 | 0 | 5D | 10 | 48 | 57 | 2D |
| Octal | 254 | 325 | 17 | 23 | 0 | 135 | 20 | 110 | 127 | 55 |
| Binary | 10101100 | 11010101 | 1111 | 10011 | 0 | 1011101 | 10000 | 1001000 | 1010111 | 101101 |
Color Harmonies of #ACD50F
Complementary color
Monochromatic Colors of #ACD50F
Black with #ACD50F
Text Example
Text Example
White with #ACD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD50F; }
p { color: rgb(172,213,15); }
H1.HeaderClassName
{
color: #ACD50F;
}
.AnyTagClassName
{
color: #ACD50F;
}
</style>
background-color css
<style>
a { background-color: #ACD50F; }
a { background-color: rgb(172,213,15); }
div.DivClassName
{
background-color: #ACD50F;
}
.BgClassName
{
background-color: #ACD50F;
}
</style>
border-color css
<style>
span { border-color: #ACD50F; }
span { border-color: rgb(172,213,15); }
td.TdClassName
{
border-color: #ACD50F;
}
.TagClassName
{
border-color: #ACD50F;
}
</style>