Shades of Inch Worm #A8D715
Tints of Inch Worm #A8D715
RGB
CMYK
RGB Variations
Color information
#A8D715 (or 0xA8D715) is known color: Inch Worm. HEX triplet: A8, D7 and 15. RGB value is (168,215,21). Sum of RGB (Red+Green+Blue) = 168+215+21=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D715 is #5728EA. Grayscale: #B3B3B3. Windows color (decimal): -5712107 or 1431464. OLE color: 1431464.
HSL color Cylindrical-coordinate representation of color #A8D715: hue angle of 74.54º degrees, saturation: 0.82, 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 #A8D715 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.16 |
| HSL | 74.54º | 0.82% | 0.46% | - |
| HSV(B) | 74.54º | 0.9% | 0.84% | - |
| XYZ | 40.58 | 56.98 | 9.57 | - |
| YUV | 178.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 21 | 0.22 | 0 | 0.90 | 0.16 | 74.54 | 0.82 | 0.46 |
| Hex | A8 | D7 | 15 | 16 | 0 | 5A | 10 | 4B | 52 | 2E |
| Octal | 250 | 327 | 25 | 26 | 0 | 132 | 20 | 113 | 122 | 56 |
| Binary | 10101000 | 11010111 | 10101 | 10110 | 0 | 1011010 | 10000 | 1001011 | 1010010 | 101110 |
Color Harmonies of #A8D715
Complementary color
Monochromatic Colors of #A8D715
Black with #A8D715
Text Example
Text Example
White with #A8D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D715; }
p { color: rgb(168,215,21); }
H1.HeaderClassName
{
color: #A8D715;
}
.AnyTagClassName
{
color: #A8D715;
}
</style>
background-color css
<style>
a { background-color: #A8D715; }
a { background-color: rgb(168,215,21); }
div.DivClassName
{
background-color: #A8D715;
}
.BgClassName
{
background-color: #A8D715;
}
</style>
border-color css
<style>
span { border-color: #A8D715; }
span { border-color: rgb(168,215,21); }
td.TdClassName
{
border-color: #A8D715;
}
.TagClassName
{
border-color: #A8D715;
}
</style>