Shades of Inch Worm #A8D40B
Tints of Inch Worm #A8D40B
RGB
CMYK
RGB Variations
Color information
#A8D40B (or 0xA8D40B) is known color: Inch Worm. HEX triplet: A8, D4 and 0B. RGB value is (168,212,11). Sum of RGB (Red+Green+Blue) = 168+212+11=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D40B is #572BF4. Grayscale: #B0B0B0. Windows color (decimal): -5712885 or 775336. OLE color: 775336.
HSL color Cylindrical-coordinate representation of color #A8D40B: hue angle of 73.13º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8D40B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.17 |
| HSL | 73.13º | 0.9% | 0.44% | - |
| HSV(B) | 73.13º | 0.95% | 0.83% | - |
| XYZ | 39.75 | 55.44 | 8.92 | - |
| YUV | 175.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 11 | 0.21 | 0 | 0.95 | 0.17 | 73.13 | 0.9 | 0.44 |
| Hex | A8 | D4 | B | 15 | 0 | 5F | 11 | 49 | 5A | 2C |
| Octal | 250 | 324 | 13 | 25 | 0 | 137 | 21 | 111 | 132 | 54 |
| Binary | 10101000 | 11010100 | 1011 | 10101 | 0 | 1011111 | 10001 | 1001001 | 1011010 | 101100 |
Color Harmonies of #A8D40B
Complementary color
Monochromatic Colors of #A8D40B
Black with #A8D40B
Text Example
Text Example
White with #A8D40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D40B; }
p { color: rgb(168,212,11); }
H1.HeaderClassName
{
color: #A8D40B;
}
.AnyTagClassName
{
color: #A8D40B;
}
</style>
background-color css
<style>
a { background-color: #A8D40B; }
a { background-color: rgb(168,212,11); }
div.DivClassName
{
background-color: #A8D40B;
}
.BgClassName
{
background-color: #A8D40B;
}
</style>
border-color css
<style>
span { border-color: #A8D40B; }
span { border-color: rgb(168,212,11); }
td.TdClassName
{
border-color: #A8D40B;
}
.TagClassName
{
border-color: #A8D40B;
}
</style>