Shades of Inch Worm #A8D901
Tints of Inch Worm #A8D901
RGB
CMYK
RGB Variations
Color information
#A8D901 (or 0xA8D901) is known color: Inch Worm. HEX triplet: A8, D9 and 01. RGB value is (168,217,1). Sum of RGB (Red+Green+Blue) = 168+217+1=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D901 is #5726FE. Grayscale: #B2B2B2. Windows color (decimal): -5711615 or 121256. OLE color: 121256.
HSL color Cylindrical-coordinate representation of color #A8D901: hue angle of 73.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8D901 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.15 |
| HSL | 73.61º | 0.99% | 0.43% | - |
| HSV(B) | 73.61º | 1% | 0.85% | - |
| XYZ | 40.97 | 57.95 | 9.06 | - |
| YUV | 177.73 | 28.27 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 1 | 0.23 | 0 | 1.00 | 0.15 | 73.61 | 0.99 | 0.43 |
| Hex | A8 | D9 | 1 | 17 | 0 | 64 | F | 4A | 63 | 2B |
| Octal | 250 | 331 | 1 | 27 | 0 | 144 | 17 | 112 | 143 | 53 |
| Binary | 10101000 | 11011001 | 1 | 10111 | 0 | 1100100 | 1111 | 1001010 | 1100011 | 101011 |
Color Harmonies of #A8D901
Complementary color
Monochromatic Colors of #A8D901
Black with #A8D901
Text Example
Text Example
White with #A8D901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D901; }
p { color: rgb(168,217,1); }
H1.HeaderClassName
{
color: #A8D901;
}
.AnyTagClassName
{
color: #A8D901;
}
</style>
background-color css
<style>
a { background-color: #A8D901; }
a { background-color: rgb(168,217,1); }
div.DivClassName
{
background-color: #A8D901;
}
.BgClassName
{
background-color: #A8D901;
}
</style>
border-color css
<style>
span { border-color: #A8D901; }
span { border-color: rgb(168,217,1); }
td.TdClassName
{
border-color: #A8D901;
}
.TagClassName
{
border-color: #A8D901;
}
</style>