Shades of Inch Worm #A0D915
Tints of Inch Worm #A0D915
RGB
CMYK
RGB Variations
Color information
#A0D915 (or 0xA0D915) is known color: Inch Worm. HEX triplet: A0, D9 and 15. RGB value is (160,217,21). Sum of RGB (Red+Green+Blue) = 160+217+21=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D915 is #5F26EA. Grayscale: #B2B2B2. Windows color (decimal): -6235883 or 1431968. OLE color: 1431968.
HSL color Cylindrical-coordinate representation of color #A0D915: hue angle of 77.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0D915 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 21 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.15 |
| HSL | 77.45º | 0.82% | 0.47% | - |
| HSV(B) | 77.45º | 0.9% | 0.85% | - |
| XYZ | 39.45 | 57.15 | 9.66 | - |
| YUV | 177.61 | 39.62 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 21 | 0.26 | 0 | 0.90 | 0.15 | 77.45 | 0.82 | 0.47 |
| Hex | A0 | D9 | 15 | 1A | 0 | 5A | F | 4D | 52 | 2F |
| Octal | 240 | 331 | 25 | 32 | 0 | 132 | 17 | 115 | 122 | 57 |
| Binary | 10100000 | 11011001 | 10101 | 11010 | 0 | 1011010 | 1111 | 1001101 | 1010010 | 101111 |
Color Harmonies of #A0D915
Complementary color
Monochromatic Colors of #A0D915
Black with #A0D915
Text Example
Text Example
White with #A0D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D915; }
p { color: rgb(160,217,21); }
H1.HeaderClassName
{
color: #A0D915;
}
.AnyTagClassName
{
color: #A0D915;
}
</style>
background-color css
<style>
a { background-color: #A0D915; }
a { background-color: rgb(160,217,21); }
div.DivClassName
{
background-color: #A0D915;
}
.BgClassName
{
background-color: #A0D915;
}
</style>
border-color css
<style>
span { border-color: #A0D915; }
span { border-color: rgb(160,217,21); }
td.TdClassName
{
border-color: #A0D915;
}
.TagClassName
{
border-color: #A0D915;
}
</style>