Shades of Inch Worm #A8D70F
Tints of Inch Worm #A8D70F
RGB
CMYK
RGB Variations
Color information
#A8D70F (or 0xA8D70F) is known color: Inch Worm. HEX triplet: A8, D7 and 0F. RGB value is (168,215,15). Sum of RGB (Red+Green+Blue) = 168+215+15=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D70F is #5728F0. Grayscale: #B2B2B2. Windows color (decimal): -5712113 or 1038248. OLE color: 1038248.
HSL color Cylindrical-coordinate representation of color #A8D70F: hue angle of 74.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8D70F is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 15 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.16 |
| HSL | 74.1º | 0.87% | 0.45% | - |
| HSV(B) | 74.1º | 0.93% | 0.84% | - |
| XYZ | 40.54 | 56.96 | 9.31 | - |
| YUV | 178.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 15 | 0.22 | 0 | 0.93 | 0.16 | 74.1 | 0.87 | 0.45 |
| Hex | A8 | D7 | F | 16 | 0 | 5D | 10 | 4A | 57 | 2D |
| Octal | 250 | 327 | 17 | 26 | 0 | 135 | 20 | 112 | 127 | 55 |
| Binary | 10101000 | 11010111 | 1111 | 10110 | 0 | 1011101 | 10000 | 1001010 | 1010111 | 101101 |
Color Harmonies of #A8D70F
Complementary color
Monochromatic Colors of #A8D70F
Black with #A8D70F
Text Example
Text Example
White with #A8D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D70F; }
p { color: rgb(168,215,15); }
H1.HeaderClassName
{
color: #A8D70F;
}
.AnyTagClassName
{
color: #A8D70F;
}
</style>
background-color css
<style>
a { background-color: #A8D70F; }
a { background-color: rgb(168,215,15); }
div.DivClassName
{
background-color: #A8D70F;
}
.BgClassName
{
background-color: #A8D70F;
}
</style>
border-color css
<style>
span { border-color: #A8D70F; }
span { border-color: rgb(168,215,15); }
td.TdClassName
{
border-color: #A8D70F;
}
.TagClassName
{
border-color: #A8D70F;
}
</style>