Shades of Inch Worm #A0D50B
Tints of Inch Worm #A0D50B
RGB
CMYK
RGB Variations
Color information
#A0D50B (or 0xA0D50B) is known color: Inch Worm. HEX triplet: A0, D5 and 0B. RGB value is (160,213,11). Sum of RGB (Red+Green+Blue) = 160+213+11=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D50B is #5F2AF4. Grayscale: #AEAEAE. Windows color (decimal): -6236917 or 775584. OLE color: 775584.
HSL color Cylindrical-coordinate representation of color #A0D50B: hue angle of 75.74º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0D50B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.16 |
| HSL | 75.74º | 0.9% | 0.44% | - |
| HSV(B) | 75.74º | 0.95% | 0.84% | - |
| XYZ | 38.35 | 55.09 | 8.93 | - |
| YUV | 174.13 | 35.94 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 11 | 0.25 | 0 | 0.95 | 0.16 | 75.74 | 0.9 | 0.44 |
| Hex | A0 | D5 | B | 19 | 0 | 5F | 10 | 4C | 5A | 2C |
| Octal | 240 | 325 | 13 | 31 | 0 | 137 | 20 | 114 | 132 | 54 |
| Binary | 10100000 | 11010101 | 1011 | 11001 | 0 | 1011111 | 10000 | 1001100 | 1011010 | 101100 |
Color Harmonies of #A0D50B
Complementary color
Monochromatic Colors of #A0D50B
Black with #A0D50B
Text Example
Text Example
White with #A0D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D50B; }
p { color: rgb(160,213,11); }
H1.HeaderClassName
{
color: #A0D50B;
}
.AnyTagClassName
{
color: #A0D50B;
}
</style>
background-color css
<style>
a { background-color: #A0D50B; }
a { background-color: rgb(160,213,11); }
div.DivClassName
{
background-color: #A0D50B;
}
.BgClassName
{
background-color: #A0D50B;
}
</style>
border-color css
<style>
span { border-color: #A0D50B; }
span { border-color: rgb(160,213,11); }
td.TdClassName
{
border-color: #A0D50B;
}
.TagClassName
{
border-color: #A0D50B;
}
</style>