Shades of Inch Worm #A8D20C
Tints of Inch Worm #A8D20C
RGB
CMYK
RGB Variations
Color information
#A8D20C (or 0xA8D20C) is known color: Inch Worm. HEX triplet: A8, D2 and 0C. RGB value is (168,210,12). Sum of RGB (Red+Green+Blue) = 168+210+12=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D20C is #572DF3. Grayscale: #AFAFAF. Windows color (decimal): -5713396 or 840360. OLE color: 840360.
HSL color Cylindrical-coordinate representation of color #A8D20C: hue angle of 72.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D20C is Cyan = 0.2, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 12 | - |
| CMYK | 0.2 | 0 | 0.94 | 0.18 |
| HSL | 72.73º | 0.89% | 0.44% | - |
| HSV(B) | 72.73º | 0.94% | 0.82% | - |
| XYZ | 39.26 | 54.44 | 8.79 | - |
| YUV | 174.87 | 36.09 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 12 | 0.2 | 0 | 0.94 | 0.18 | 72.73 | 0.89 | 0.44 |
| Hex | A8 | D2 | C | 14 | 0 | 5E | 12 | 49 | 59 | 2C |
| Octal | 250 | 322 | 14 | 24 | 0 | 136 | 22 | 111 | 131 | 54 |
| Binary | 10101000 | 11010010 | 1100 | 10100 | 0 | 1011110 | 10010 | 1001001 | 1011001 | 101100 |
Color Harmonies of #A8D20C
Complementary color
Monochromatic Colors of #A8D20C
Black with #A8D20C
Text Example
Text Example
White with #A8D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D20C; }
p { color: rgb(168,210,12); }
H1.HeaderClassName
{
color: #A8D20C;
}
.AnyTagClassName
{
color: #A8D20C;
}
</style>
background-color css
<style>
a { background-color: #A8D20C; }
a { background-color: rgb(168,210,12); }
div.DivClassName
{
background-color: #A8D20C;
}
.BgClassName
{
background-color: #A8D20C;
}
</style>
border-color css
<style>
span { border-color: #A8D20C; }
span { border-color: rgb(168,210,12); }
td.TdClassName
{
border-color: #A8D20C;
}
.TagClassName
{
border-color: #A8D20C;
}
</style>