Shades of Inch Worm #ACD30D
Tints of Inch Worm #ACD30D
RGB
CMYK
RGB Variations
Color information
#ACD30D (or 0xACD30D) is known color: Inch Worm. HEX triplet: AC, D3 and 0D. RGB value is (172,211,13). Sum of RGB (Red+Green+Blue) = 172+211+13=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD30D is #532CF2. Grayscale: #B1B1B1. Windows color (decimal): -5450995 or 906156. OLE color: 906156.
HSL color Cylindrical-coordinate representation of color #ACD30D: hue angle of 71.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD30D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.17 |
| HSL | 71.82º | 0.88% | 0.44% | - |
| HSV(B) | 71.82º | 0.94% | 0.83% | - |
| XYZ | 40.38 | 55.39 | 8.94 | - |
| YUV | 176.77 | 35.58 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 13 | 0.18 | 0 | 0.94 | 0.17 | 71.82 | 0.88 | 0.44 |
| Hex | AC | D3 | D | 12 | 0 | 5E | 11 | 48 | 58 | 2C |
| Octal | 254 | 323 | 15 | 22 | 0 | 136 | 21 | 110 | 130 | 54 |
| Binary | 10101100 | 11010011 | 1101 | 10010 | 0 | 1011110 | 10001 | 1001000 | 1011000 | 101100 |
Color Harmonies of #ACD30D
Complementary color
Monochromatic Colors of #ACD30D
Black with #ACD30D
Text Example
Text Example
White with #ACD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD30D; }
p { color: rgb(172,211,13); }
H1.HeaderClassName
{
color: #ACD30D;
}
.AnyTagClassName
{
color: #ACD30D;
}
</style>
background-color css
<style>
a { background-color: #ACD30D; }
a { background-color: rgb(172,211,13); }
div.DivClassName
{
background-color: #ACD30D;
}
.BgClassName
{
background-color: #ACD30D;
}
</style>
border-color css
<style>
span { border-color: #ACD30D; }
span { border-color: rgb(172,211,13); }
td.TdClassName
{
border-color: #ACD30D;
}
.TagClassName
{
border-color: #ACD30D;
}
</style>