Shades of Inch Worm #A8D00F
Tints of Inch Worm #A8D00F
RGB
CMYK
RGB Variations
Color information
#A8D00F (or 0xA8D00F) is known color: Inch Worm. HEX triplet: A8, D0 and 0F. RGB value is (168,208,15). Sum of RGB (Red+Green+Blue) = 168+208+15=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D00F is #572FF0. Grayscale: #AEAEAE. Windows color (decimal): -5713905 or 1036456. OLE color: 1036456.
HSL color Cylindrical-coordinate representation of color #A8D00F: hue angle of 72.44º 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 #A8D00F is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 15 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.18 |
| HSL | 72.44º | 0.87% | 0.44% | - |
| HSV(B) | 72.44º | 0.93% | 0.82% | - |
| XYZ | 38.79 | 53.47 | 8.73 | - |
| YUV | 174.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 15 | 0.19 | 0 | 0.93 | 0.18 | 72.44 | 0.87 | 0.44 |
| Hex | A8 | D0 | F | 13 | 0 | 5D | 12 | 48 | 57 | 2C |
| Octal | 250 | 320 | 17 | 23 | 0 | 135 | 22 | 110 | 127 | 54 |
| Binary | 10101000 | 11010000 | 1111 | 10011 | 0 | 1011101 | 10010 | 1001000 | 1010111 | 101100 |
Color Harmonies of #A8D00F
Complementary color
Monochromatic Colors of #A8D00F
Black with #A8D00F
Text Example
Text Example
White with #A8D00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D00F; }
p { color: rgb(168,208,15); }
H1.HeaderClassName
{
color: #A8D00F;
}
.AnyTagClassName
{
color: #A8D00F;
}
</style>
background-color css
<style>
a { background-color: #A8D00F; }
a { background-color: rgb(168,208,15); }
div.DivClassName
{
background-color: #A8D00F;
}
.BgClassName
{
background-color: #A8D00F;
}
</style>
border-color css
<style>
span { border-color: #A8D00F; }
span { border-color: rgb(168,208,15); }
td.TdClassName
{
border-color: #A8D00F;
}
.TagClassName
{
border-color: #A8D00F;
}
</style>