Shades of Inch Worm #A8D907
Tints of Inch Worm #A8D907
RGB
CMYK
RGB Variations
Color information
#A8D907 (or 0xA8D907) is known color: Inch Worm. HEX triplet: A8, D9 and 07. RGB value is (168,217,7). Sum of RGB (Red+Green+Blue) = 168+217+7=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D907 is #5726F8. Grayscale: #B3B3B3. Windows color (decimal): -5711609 or 514472. OLE color: 514472.
HSL color Cylindrical-coordinate representation of color #A8D907: hue angle of 74º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8D907 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.15 |
| HSL | 74º | 0.94% | 0.44% | - |
| HSV(B) | 74º | 0.97% | 0.85% | - |
| XYZ | 41 | 57.97 | 9.23 | - |
| YUV | 178.41 | 31.27 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 7 | 0.23 | 0 | 0.97 | 0.15 | 74 | 0.94 | 0.44 |
| Hex | A8 | D9 | 7 | 17 | 0 | 61 | F | 4A | 5E | 2C |
| Octal | 250 | 331 | 7 | 27 | 0 | 141 | 17 | 112 | 136 | 54 |
| Binary | 10101000 | 11011001 | 111 | 10111 | 0 | 1100001 | 1111 | 1001010 | 1011110 | 101100 |
Color Harmonies of #A8D907
Complementary color
Monochromatic Colors of #A8D907
Black with #A8D907
Text Example
Text Example
White with #A8D907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D907; }
p { color: rgb(168,217,7); }
H1.HeaderClassName
{
color: #A8D907;
}
.AnyTagClassName
{
color: #A8D907;
}
</style>
background-color css
<style>
a { background-color: #A8D907; }
a { background-color: rgb(168,217,7); }
div.DivClassName
{
background-color: #A8D907;
}
.BgClassName
{
background-color: #A8D907;
}
</style>
border-color css
<style>
span { border-color: #A8D907; }
span { border-color: rgb(168,217,7); }
td.TdClassName
{
border-color: #A8D907;
}
.TagClassName
{
border-color: #A8D907;
}
</style>