Shades of Inch Worm #A8D20B
Tints of Inch Worm #A8D20B
RGB
CMYK
RGB Variations
Color information
#A8D20B (or 0xA8D20B) is known color: Inch Worm. HEX triplet: A8, D2 and 0B. RGB value is (168,210,11). Sum of RGB (Red+Green+Blue) = 168+210+11=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D20B is #572DF4. Grayscale: #AFAFAF. Windows color (decimal): -5713397 or 774824. OLE color: 774824.
HSL color Cylindrical-coordinate representation of color #A8D20B: hue angle of 72.66º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8D20B is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 11 | - |
| CMYK | 0.2 | 0 | 0.95 | 0.18 |
| HSL | 72.66º | 0.9% | 0.43% | - |
| HSV(B) | 72.66º | 0.95% | 0.82% | - |
| XYZ | 39.26 | 54.44 | 8.76 | - |
| YUV | 174.76 | 35.59 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 11 | 0.2 | 0 | 0.95 | 0.18 | 72.66 | 0.9 | 0.43 |
| Hex | A8 | D2 | B | 14 | 0 | 5F | 12 | 49 | 5A | 2B |
| Octal | 250 | 322 | 13 | 24 | 0 | 137 | 22 | 111 | 132 | 53 |
| Binary | 10101000 | 11010010 | 1011 | 10100 | 0 | 1011111 | 10010 | 1001001 | 1011010 | 101011 |
Color Harmonies of #A8D20B
Complementary color
Monochromatic Colors of #A8D20B
Black with #A8D20B
Text Example
Text Example
White with #A8D20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D20B; }
p { color: rgb(168,210,11); }
H1.HeaderClassName
{
color: #A8D20B;
}
.AnyTagClassName
{
color: #A8D20B;
}
</style>
background-color css
<style>
a { background-color: #A8D20B; }
a { background-color: rgb(168,210,11); }
div.DivClassName
{
background-color: #A8D20B;
}
.BgClassName
{
background-color: #A8D20B;
}
</style>
border-color css
<style>
span { border-color: #A8D20B; }
span { border-color: rgb(168,210,11); }
td.TdClassName
{
border-color: #A8D20B;
}
.TagClassName
{
border-color: #A8D20B;
}
</style>