Shades of Inch Worm #A0D913
Tints of Inch Worm #A0D913
RGB
CMYK
RGB Variations
Color information
#A0D913 (or 0xA0D913) is known color: Inch Worm. HEX triplet: A0, D9 and 13. RGB value is (160,217,19). Sum of RGB (Red+Green+Blue) = 160+217+19=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 217 (85.16% from 255 or 54.80% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D913 is #5F26EC. Grayscale: #B2B2B2. Windows color (decimal): -6235885 or 1300896. OLE color: 1300896.
HSL color Cylindrical-coordinate representation of color #A0D913: hue angle of 77.27º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0D913 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 19 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.15 |
| HSL | 77.27º | 0.84% | 0.46% | - |
| HSV(B) | 77.27º | 0.91% | 0.85% | - |
| XYZ | 39.43 | 57.15 | 9.57 | - |
| YUV | 177.39 | 38.62 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 19 | 0.26 | 0 | 0.91 | 0.15 | 77.27 | 0.84 | 0.46 |
| Hex | A0 | D9 | 13 | 1A | 0 | 5B | F | 4D | 54 | 2E |
| Octal | 240 | 331 | 23 | 32 | 0 | 133 | 17 | 115 | 124 | 56 |
| Binary | 10100000 | 11011001 | 10011 | 11010 | 0 | 1011011 | 1111 | 1001101 | 1010100 | 101110 |
Color Harmonies of #A0D913
Complementary color
Monochromatic Colors of #A0D913
Black with #A0D913
Text Example
Text Example
White with #A0D913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D913; }
p { color: rgb(160,217,19); }
H1.HeaderClassName
{
color: #A0D913;
}
.AnyTagClassName
{
color: #A0D913;
}
</style>
background-color css
<style>
a { background-color: #A0D913; }
a { background-color: rgb(160,217,19); }
div.DivClassName
{
background-color: #A0D913;
}
.BgClassName
{
background-color: #A0D913;
}
</style>
border-color css
<style>
span { border-color: #A0D913; }
span { border-color: rgb(160,217,19); }
td.TdClassName
{
border-color: #A0D913;
}
.TagClassName
{
border-color: #A0D913;
}
</style>