Shades of Inch Worm #A8D611
Tints of Inch Worm #A8D611
RGB
CMYK
RGB Variations
Color information
#A8D611 (or 0xA8D611) is known color: Inch Worm. HEX triplet: A8, D6 and 11. RGB value is (168,214,17). Sum of RGB (Red+Green+Blue) = 168+214+17=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D611 is #5729EE. Grayscale: #B2B2B2. Windows color (decimal): -5712367 or 1169064. OLE color: 1169064.
HSL color Cylindrical-coordinate representation of color #A8D611: hue angle of 74.01º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8D611 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.16 |
| HSL | 74.01º | 0.85% | 0.45% | - |
| HSV(B) | 74.01º | 0.92% | 0.84% | - |
| XYZ | 40.3 | 56.46 | 9.3 | - |
| YUV | 177.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 17 | 0.21 | 0 | 0.92 | 0.16 | 74.01 | 0.85 | 0.45 |
| Hex | A8 | D6 | 11 | 15 | 0 | 5C | 10 | 4A | 55 | 2D |
| Octal | 250 | 326 | 21 | 25 | 0 | 134 | 20 | 112 | 125 | 55 |
| Binary | 10101000 | 11010110 | 10001 | 10101 | 0 | 1011100 | 10000 | 1001010 | 1010101 | 101101 |
Color Harmonies of #A8D611
Complementary color
Monochromatic Colors of #A8D611
Black with #A8D611
Text Example
Text Example
White with #A8D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D611; }
p { color: rgb(168,214,17); }
H1.HeaderClassName
{
color: #A8D611;
}
.AnyTagClassName
{
color: #A8D611;
}
</style>
background-color css
<style>
a { background-color: #A8D611; }
a { background-color: rgb(168,214,17); }
div.DivClassName
{
background-color: #A8D611;
}
.BgClassName
{
background-color: #A8D611;
}
</style>
border-color css
<style>
span { border-color: #A8D611; }
span { border-color: rgb(168,214,17); }
td.TdClassName
{
border-color: #A8D611;
}
.TagClassName
{
border-color: #A8D611;
}
</style>