Shades of Inch Worm #A8D90D
Tints of Inch Worm #A8D90D
RGB
CMYK
RGB Variations
Color information
#A8D90D (or 0xA8D90D) is known color: Inch Worm. HEX triplet: A8, D9 and 0D. RGB value is (168,217,13). Sum of RGB (Red+Green+Blue) = 168+217+13=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D90D is #5726F2. Grayscale: #B3B3B3. Windows color (decimal): -5711603 or 907688. OLE color: 907688.
HSL color Cylindrical-coordinate representation of color #A8D90D: hue angle of 74.41º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8D90D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.15 |
| HSL | 74.41º | 0.89% | 0.45% | - |
| HSV(B) | 74.41º | 0.94% | 0.85% | - |
| XYZ | 41.03 | 57.98 | 9.41 | - |
| YUV | 179.09 | 34.27 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 13 | 0.23 | 0 | 0.94 | 0.15 | 74.41 | 0.89 | 0.45 |
| Hex | A8 | D9 | D | 17 | 0 | 5E | F | 4A | 59 | 2D |
| Octal | 250 | 331 | 15 | 27 | 0 | 136 | 17 | 112 | 131 | 55 |
| Binary | 10101000 | 11011001 | 1101 | 10111 | 0 | 1011110 | 1111 | 1001010 | 1011001 | 101101 |
Color Harmonies of #A8D90D
Complementary color
Monochromatic Colors of #A8D90D
Black with #A8D90D
Text Example
Text Example
White with #A8D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D90D; }
p { color: rgb(168,217,13); }
H1.HeaderClassName
{
color: #A8D90D;
}
.AnyTagClassName
{
color: #A8D90D;
}
</style>
background-color css
<style>
a { background-color: #A8D90D; }
a { background-color: rgb(168,217,13); }
div.DivClassName
{
background-color: #A8D90D;
}
.BgClassName
{
background-color: #A8D90D;
}
</style>
border-color css
<style>
span { border-color: #A8D90D; }
span { border-color: rgb(168,217,13); }
td.TdClassName
{
border-color: #A8D90D;
}
.TagClassName
{
border-color: #A8D90D;
}
</style>