Shades of Inch Worm #A8D310
Tints of Inch Worm #A8D310
RGB
CMYK
RGB Variations
Color information
#A8D310 (or 0xA8D310) is known color: Inch Worm. HEX triplet: A8, D3 and 10. RGB value is (168,211,16). Sum of RGB (Red+Green+Blue) = 168+211+16=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D310 is #572CEF. Grayscale: #B0B0B0. Windows color (decimal): -5713136 or 1102760. OLE color: 1102760.
HSL color Cylindrical-coordinate representation of color #A8D310: hue angle of 73.23º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D310 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 16 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.17 |
| HSL | 73.23º | 0.86% | 0.45% | - |
| HSV(B) | 73.23º | 0.92% | 0.83% | - |
| XYZ | 39.54 | 54.95 | 9.01 | - |
| YUV | 175.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 16 | 0.20 | 0 | 0.92 | 0.17 | 73.23 | 0.86 | 0.45 |
| Hex | A8 | D3 | 10 | 14 | 0 | 5C | 11 | 49 | 56 | 2D |
| Octal | 250 | 323 | 20 | 24 | 0 | 134 | 21 | 111 | 126 | 55 |
| Binary | 10101000 | 11010011 | 10000 | 10100 | 0 | 1011100 | 10001 | 1001001 | 1010110 | 101101 |
Color Harmonies of #A8D310
Complementary color
Monochromatic Colors of #A8D310
Black with #A8D310
Text Example
Text Example
White with #A8D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D310; }
p { color: rgb(168,211,16); }
H1.HeaderClassName
{
color: #A8D310;
}
.AnyTagClassName
{
color: #A8D310;
}
</style>
background-color css
<style>
a { background-color: #A8D310; }
a { background-color: rgb(168,211,16); }
div.DivClassName
{
background-color: #A8D310;
}
.BgClassName
{
background-color: #A8D310;
}
</style>
border-color css
<style>
span { border-color: #A8D310; }
span { border-color: rgb(168,211,16); }
td.TdClassName
{
border-color: #A8D310;
}
.TagClassName
{
border-color: #A8D310;
}
</style>