Shades of Inch Worm #A0D50D
Tints of Inch Worm #A0D50D
RGB
CMYK
RGB Variations
Color information
#A0D50D (or 0xA0D50D) is known color: Inch Worm. HEX triplet: A0, D5 and 0D. RGB value is (160,213,13). Sum of RGB (Red+Green+Blue) = 160+213+13=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D50D is #5F2AF2. Grayscale: #AFAFAF. Windows color (decimal): -6236915 or 906656. OLE color: 906656.
HSL color Cylindrical-coordinate representation of color #A0D50D: hue angle of 75.9º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0D50D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.16 |
| HSL | 75.9º | 0.88% | 0.44% | - |
| HSV(B) | 75.9º | 0.94% | 0.84% | - |
| XYZ | 38.36 | 55.09 | 8.99 | - |
| YUV | 174.35 | 36.94 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 13 | 0.25 | 0 | 0.94 | 0.16 | 75.9 | 0.88 | 0.44 |
| Hex | A0 | D5 | D | 19 | 0 | 5E | 10 | 4C | 58 | 2C |
| Octal | 240 | 325 | 15 | 31 | 0 | 136 | 20 | 114 | 130 | 54 |
| Binary | 10100000 | 11010101 | 1101 | 11001 | 0 | 1011110 | 10000 | 1001100 | 1011000 | 101100 |
Color Harmonies of #A0D50D
Complementary color
Monochromatic Colors of #A0D50D
Black with #A0D50D
Text Example
Text Example
White with #A0D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D50D; }
p { color: rgb(160,213,13); }
H1.HeaderClassName
{
color: #A0D50D;
}
.AnyTagClassName
{
color: #A0D50D;
}
</style>
background-color css
<style>
a { background-color: #A0D50D; }
a { background-color: rgb(160,213,13); }
div.DivClassName
{
background-color: #A0D50D;
}
.BgClassName
{
background-color: #A0D50D;
}
</style>
border-color css
<style>
span { border-color: #A0D50D; }
span { border-color: rgb(160,213,13); }
td.TdClassName
{
border-color: #A0D50D;
}
.TagClassName
{
border-color: #A0D50D;
}
</style>