Shades of Inch Worm #A0D302
Tints of Inch Worm #A0D302
RGB
CMYK
RGB Variations
Color information
#A0D302 (or 0xA0D302) is known color: Inch Worm. HEX triplet: A0, D3 and 02. RGB value is (160,211,2). Sum of RGB (Red+Green+Blue) = 160+211+2=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0D302 is #5F2CFD. Grayscale: #ACACAC. Windows color (decimal): -6237438 or 185248. OLE color: 185248.
HSL color Cylindrical-coordinate representation of color #A0D302: hue angle of 74.64º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0D302 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 211 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.17 |
| HSL | 74.64º | 0.98% | 0.42% | - |
| HSV(B) | 74.64º | 0.99% | 0.83% | - |
| XYZ | 37.8 | 54.07 | 8.5 | - |
| YUV | 171.93 | 32.1 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 211 | 2 | 0.24 | 0 | 0.99 | 0.17 | 74.64 | 0.98 | 0.42 |
| Hex | A0 | D3 | 2 | 18 | 0 | 63 | 11 | 4B | 62 | 2A |
| Octal | 240 | 323 | 2 | 30 | 0 | 143 | 21 | 113 | 142 | 52 |
| Binary | 10100000 | 11010011 | 10 | 11000 | 0 | 1100011 | 10001 | 1001011 | 1100010 | 101010 |
Color Harmonies of #A0D302
Complementary color
Monochromatic Colors of #A0D302
Black with #A0D302
Text Example
Text Example
White with #A0D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D302; }
p { color: rgb(160,211,2); }
H1.HeaderClassName
{
color: #A0D302;
}
.AnyTagClassName
{
color: #A0D302;
}
</style>
background-color css
<style>
a { background-color: #A0D302; }
a { background-color: rgb(160,211,2); }
div.DivClassName
{
background-color: #A0D302;
}
.BgClassName
{
background-color: #A0D302;
}
</style>
border-color css
<style>
span { border-color: #A0D302; }
span { border-color: rgb(160,211,2); }
td.TdClassName
{
border-color: #A0D302;
}
.TagClassName
{
border-color: #A0D302;
}
</style>