Shades of Inch Worm #A0D919
Tints of Inch Worm #A0D919
RGB
CMYK
RGB Variations
Color information
#A0D919 (or 0xA0D919) is known color: Inch Worm. HEX triplet: A0, D9 and 19. RGB value is (160,217,25). Sum of RGB (Red+Green+Blue) = 160+217+25=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D919 is #5F26E6. Grayscale: #B2B2B2. Windows color (decimal): -6235879 or 1694112. OLE color: 1694112.
HSL color Cylindrical-coordinate representation of color #A0D919: hue angle of 77.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0D919 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 25 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.15 |
| HSL | 77.81º | 0.79% | 0.47% | - |
| HSV(B) | 77.81º | 0.88% | 0.85% | - |
| XYZ | 39.49 | 57.17 | 9.87 | - |
| YUV | 178.07 | 41.62 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 25 | 0.26 | 0 | 0.88 | 0.15 | 77.81 | 0.79 | 0.47 |
| Hex | A0 | D9 | 19 | 1A | 0 | 58 | F | 4E | 4F | 2F |
| Octal | 240 | 331 | 31 | 32 | 0 | 130 | 17 | 116 | 117 | 57 |
| Binary | 10100000 | 11011001 | 11001 | 11010 | 0 | 1011000 | 1111 | 1001110 | 1001111 | 101111 |
Color Harmonies of #A0D919
Complementary color
Monochromatic Colors of #A0D919
Black with #A0D919
Text Example
Text Example
White with #A0D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D919; }
p { color: rgb(160,217,25); }
H1.HeaderClassName
{
color: #A0D919;
}
.AnyTagClassName
{
color: #A0D919;
}
</style>
background-color css
<style>
a { background-color: #A0D919; }
a { background-color: rgb(160,217,25); }
div.DivClassName
{
background-color: #A0D919;
}
.BgClassName
{
background-color: #A0D919;
}
</style>
border-color css
<style>
span { border-color: #A0D919; }
span { border-color: rgb(160,217,25); }
td.TdClassName
{
border-color: #A0D919;
}
.TagClassName
{
border-color: #A0D919;
}
</style>