Shades of Inch Worm #ACD50D
Tints of Inch Worm #ACD50D
RGB
CMYK
RGB Variations
Color information
#ACD50D (or 0xACD50D) is known color: Inch Worm. HEX triplet: AC, D5 and 0D. RGB value is (172,213,13). Sum of RGB (Red+Green+Blue) = 172+213+13=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD50D is #532AF2. Grayscale: #B2B2B2. Windows color (decimal): -5450483 or 906668. OLE color: 906668.
HSL color Cylindrical-coordinate representation of color #ACD50D: hue angle of 72.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD50D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.16 |
| HSL | 72.3º | 0.88% | 0.44% | - |
| HSV(B) | 72.3º | 0.94% | 0.84% | - |
| XYZ | 40.88 | 56.39 | 9.11 | - |
| YUV | 177.94 | 34.92 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 13 | 0.19 | 0 | 0.94 | 0.16 | 72.3 | 0.88 | 0.44 |
| Hex | AC | D5 | D | 13 | 0 | 5E | 10 | 48 | 58 | 2C |
| Octal | 254 | 325 | 15 | 23 | 0 | 136 | 20 | 110 | 130 | 54 |
| Binary | 10101100 | 11010101 | 1101 | 10011 | 0 | 1011110 | 10000 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ACD50D
Complementary color
Monochromatic Colors of #ACD50D
Black with #ACD50D
Text Example
Text Example
White with #ACD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD50D; }
p { color: rgb(172,213,13); }
H1.HeaderClassName
{
color: #ACD50D;
}
.AnyTagClassName
{
color: #ACD50D;
}
</style>
background-color css
<style>
a { background-color: #ACD50D; }
a { background-color: rgb(172,213,13); }
div.DivClassName
{
background-color: #ACD50D;
}
.BgClassName
{
background-color: #ACD50D;
}
</style>
border-color css
<style>
span { border-color: #ACD50D; }
span { border-color: rgb(172,213,13); }
td.TdClassName
{
border-color: #ACD50D;
}
.TagClassName
{
border-color: #ACD50D;
}
</style>