Shades of Inch Worm #A8E515
Tints of Inch Worm #A8E515
RGB
CMYK
RGB Variations
Color information
#A8E515 (or 0xA8E515) is known color: Inch Worm. HEX triplet: A8, E5 and 15. RGB value is (168,229,21). Sum of RGB (Red+Green+Blue) = 168+229+21=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E515 is #571AEA. Grayscale: #BBBBBB. Windows color (decimal): -5708523 or 1435048. OLE color: 1435048.
HSL color Cylindrical-coordinate representation of color #A8E515: hue angle of 77.6º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8E515 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 21 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.10 |
| HSL | 77.6º | 0.83% | 0.49% | - |
| HSV(B) | 77.6º | 0.91% | 0.9% | - |
| XYZ | 44.3 | 64.42 | 10.81 | - |
| YUV | 187.05 | 34.29 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 21 | 0.27 | 0 | 0.91 | 0.10 | 77.6 | 0.83 | 0.49 |
| Hex | A8 | E5 | 15 | 1B | 0 | 5B | A | 4E | 53 | 31 |
| Octal | 250 | 345 | 25 | 33 | 0 | 133 | 12 | 116 | 123 | 61 |
| Binary | 10101000 | 11100101 | 10101 | 11011 | 0 | 1011011 | 1010 | 1001110 | 1010011 | 110001 |
Color Harmonies of #A8E515
Complementary color
Monochromatic Colors of #A8E515
Black with #A8E515
Text Example
Text Example
White with #A8E515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E515; }
p { color: rgb(168,229,21); }
H1.HeaderClassName
{
color: #A8E515;
}
.AnyTagClassName
{
color: #A8E515;
}
</style>
background-color css
<style>
a { background-color: #A8E515; }
a { background-color: rgb(168,229,21); }
div.DivClassName
{
background-color: #A8E515;
}
.BgClassName
{
background-color: #A8E515;
}
</style>
border-color css
<style>
span { border-color: #A8E515; }
span { border-color: rgb(168,229,21); }
td.TdClassName
{
border-color: #A8E515;
}
.TagClassName
{
border-color: #A8E515;
}
</style>