Shades of Inch Worm #A8D615
Tints of Inch Worm #A8D615
RGB
CMYK
RGB Variations
Color information
#A8D615 (or 0xA8D615) is known color: Inch Worm. HEX triplet: A8, D6 and 15. RGB value is (168,214,21). Sum of RGB (Red+Green+Blue) = 168+214+21=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D615 is #5729EA. Grayscale: #B2B2B2. Windows color (decimal): -5712363 or 1431208. OLE color: 1431208.
HSL color Cylindrical-coordinate representation of color #A8D615: hue angle of 74.3º 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 #A8D615 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 21 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.16 |
| HSL | 74.3º | 0.82% | 0.46% | - |
| HSV(B) | 74.3º | 0.9% | 0.84% | - |
| XYZ | 40.33 | 56.47 | 9.48 | - |
| YUV | 178.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 21 | 0.21 | 0 | 0.90 | 0.16 | 74.3 | 0.82 | 0.46 |
| Hex | A8 | D6 | 15 | 15 | 0 | 5A | 10 | 4A | 52 | 2E |
| Octal | 250 | 326 | 25 | 25 | 0 | 132 | 20 | 112 | 122 | 56 |
| Binary | 10101000 | 11010110 | 10101 | 10101 | 0 | 1011010 | 10000 | 1001010 | 1010010 | 101110 |
Color Harmonies of #A8D615
Complementary color
Monochromatic Colors of #A8D615
Black with #A8D615
Text Example
Text Example
White with #A8D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D615; }
p { color: rgb(168,214,21); }
H1.HeaderClassName
{
color: #A8D615;
}
.AnyTagClassName
{
color: #A8D615;
}
</style>
background-color css
<style>
a { background-color: #A8D615; }
a { background-color: rgb(168,214,21); }
div.DivClassName
{
background-color: #A8D615;
}
.BgClassName
{
background-color: #A8D615;
}
</style>
border-color css
<style>
span { border-color: #A8D615; }
span { border-color: rgb(168,214,21); }
td.TdClassName
{
border-color: #A8D615;
}
.TagClassName
{
border-color: #A8D615;
}
</style>