Shades of Inch Worm #A8D20F
Tints of Inch Worm #A8D20F
RGB
CMYK
RGB Variations
Color information
#A8D20F (or 0xA8D20F) is known color: Inch Worm. HEX triplet: A8, D2 and 0F. RGB value is (168,210,15). Sum of RGB (Red+Green+Blue) = 168+210+15=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 210 (82.42% from 255 or 53.44% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D20F is #572DF0. Grayscale: #AFAFAF. Windows color (decimal): -5713393 or 1036968. OLE color: 1036968.
HSL color Cylindrical-coordinate representation of color #A8D20F: hue angle of 72.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8D20F is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 15 | - |
| CMYK | 0.2 | 0 | 0.93 | 0.18 |
| HSL | 72.92º | 0.87% | 0.44% | - |
| HSV(B) | 72.92º | 0.93% | 0.82% | - |
| XYZ | 39.28 | 54.45 | 8.89 | - |
| YUV | 175.21 | 37.59 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 15 | 0.2 | 0 | 0.93 | 0.18 | 72.92 | 0.87 | 0.44 |
| Hex | A8 | D2 | F | 14 | 0 | 5D | 12 | 49 | 57 | 2C |
| Octal | 250 | 322 | 17 | 24 | 0 | 135 | 22 | 111 | 127 | 54 |
| Binary | 10101000 | 11010010 | 1111 | 10100 | 0 | 1011101 | 10010 | 1001001 | 1010111 | 101100 |
Color Harmonies of #A8D20F
Complementary color
Monochromatic Colors of #A8D20F
Black with #A8D20F
Text Example
Text Example
White with #A8D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D20F; }
p { color: rgb(168,210,15); }
H1.HeaderClassName
{
color: #A8D20F;
}
.AnyTagClassName
{
color: #A8D20F;
}
</style>
background-color css
<style>
a { background-color: #A8D20F; }
a { background-color: rgb(168,210,15); }
div.DivClassName
{
background-color: #A8D20F;
}
.BgClassName
{
background-color: #A8D20F;
}
</style>
border-color css
<style>
span { border-color: #A8D20F; }
span { border-color: rgb(168,210,15); }
td.TdClassName
{
border-color: #A8D20F;
}
.TagClassName
{
border-color: #A8D20F;
}
</style>