Shades of Inch Worm #A8D716
Tints of Inch Worm #A8D716
RGB
CMYK
RGB Variations
Color information
#A8D716 (or 0xA8D716) is known color: Inch Worm. HEX triplet: A8, D7 and 16. RGB value is (168,215,22). Sum of RGB (Red+Green+Blue) = 168+215+22=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D716 is #5728E9. Grayscale: #B3B3B3. Windows color (decimal): -5712106 or 1497000. OLE color: 1497000.
HSL color Cylindrical-coordinate representation of color #A8D716: hue angle of 74.61º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8D716 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.16 |
| HSL | 74.61º | 0.81% | 0.46% | - |
| HSV(B) | 74.61º | 0.9% | 0.84% | - |
| XYZ | 40.59 | 56.98 | 9.62 | - |
| YUV | 178.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 22 | 0.22 | 0 | 0.90 | 0.16 | 74.61 | 0.81 | 0.46 |
| Hex | A8 | D7 | 16 | 16 | 0 | 5A | 10 | 4B | 51 | 2E |
| Octal | 250 | 327 | 26 | 26 | 0 | 132 | 20 | 113 | 121 | 56 |
| Binary | 10101000 | 11010111 | 10110 | 10110 | 0 | 1011010 | 10000 | 1001011 | 1010001 | 101110 |
Color Harmonies of #A8D716
Complementary color
Monochromatic Colors of #A8D716
Black with #A8D716
Text Example
Text Example
White with #A8D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D716; }
p { color: rgb(168,215,22); }
H1.HeaderClassName
{
color: #A8D716;
}
.AnyTagClassName
{
color: #A8D716;
}
</style>
background-color css
<style>
a { background-color: #A8D716; }
a { background-color: rgb(168,215,22); }
div.DivClassName
{
background-color: #A8D716;
}
.BgClassName
{
background-color: #A8D716;
}
</style>
border-color css
<style>
span { border-color: #A8D716; }
span { border-color: rgb(168,215,22); }
td.TdClassName
{
border-color: #A8D716;
}
.TagClassName
{
border-color: #A8D716;
}
</style>