Shades of Inch Worm #ACD70D
Tints of Inch Worm #ACD70D
RGB
CMYK
RGB Variations
Color information
#ACD70D (or 0xACD70D) is known color: Inch Worm. HEX triplet: AC, D7 and 0D. RGB value is (172,215,13). Sum of RGB (Red+Green+Blue) = 172+215+13=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD70D is #5328F2. Grayscale: #B3B3B3. Windows color (decimal): -5449971 or 907180. OLE color: 907180.
HSL color Cylindrical-coordinate representation of color #ACD70D: hue angle of 72.77º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACD70D is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 13 | - |
| CMYK | 0.2 | 0 | 0.94 | 0.16 |
| HSL | 72.77º | 0.89% | 0.45% | - |
| HSV(B) | 72.77º | 0.94% | 0.84% | - |
| XYZ | 41.39 | 57.4 | 9.28 | - |
| YUV | 179.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 13 | 0.2 | 0 | 0.94 | 0.16 | 72.77 | 0.89 | 0.45 |
| Hex | AC | D7 | D | 14 | 0 | 5E | 10 | 49 | 59 | 2D |
| Octal | 254 | 327 | 15 | 24 | 0 | 136 | 20 | 111 | 131 | 55 |
| Binary | 10101100 | 11010111 | 1101 | 10100 | 0 | 1011110 | 10000 | 1001001 | 1011001 | 101101 |
Color Harmonies of #ACD70D
Complementary color
Monochromatic Colors of #ACD70D
Black with #ACD70D
Text Example
Text Example
White with #ACD70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD70D; }
p { color: rgb(172,215,13); }
H1.HeaderClassName
{
color: #ACD70D;
}
.AnyTagClassName
{
color: #ACD70D;
}
</style>
background-color css
<style>
a { background-color: #ACD70D; }
a { background-color: rgb(172,215,13); }
div.DivClassName
{
background-color: #ACD70D;
}
.BgClassName
{
background-color: #ACD70D;
}
</style>
border-color css
<style>
span { border-color: #ACD70D; }
span { border-color: rgb(172,215,13); }
td.TdClassName
{
border-color: #ACD70D;
}
.TagClassName
{
border-color: #ACD70D;
}
</style>