Shades of Inch Worm #ADD302
Tints of Inch Worm #ADD302
RGB
CMYK
RGB Variations
Color information
#ADD302 (or 0xADD302) is known color: Inch Worm. HEX triplet: AD, D3 and 02. RGB value is (173,211,2). Sum of RGB (Red+Green+Blue) = 173+211+2=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD302 is #522CFD. Grayscale: #B0B0B0. Windows color (decimal): -5385470 or 185261. OLE color: 185261.
HSL color Cylindrical-coordinate representation of color #ADD302: hue angle of 70.91º 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 #ADD302 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.17 |
| HSL | 70.91º | 0.98% | 0.42% | - |
| HSV(B) | 70.91º | 0.99% | 0.83% | - |
| XYZ | 40.54 | 55.48 | 8.63 | - |
| YUV | 175.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 2 | 0.18 | 0 | 0.99 | 0.17 | 70.91 | 0.98 | 0.42 |
| Hex | AD | D3 | 2 | 12 | 0 | 63 | 11 | 47 | 62 | 2A |
| Octal | 255 | 323 | 2 | 22 | 0 | 143 | 21 | 107 | 142 | 52 |
| Binary | 10101101 | 11010011 | 10 | 10010 | 0 | 1100011 | 10001 | 1000111 | 1100010 | 101010 |
Color Harmonies of #ADD302
Complementary color
Monochromatic Colors of #ADD302
Black with #ADD302
Text Example
Text Example
White with #ADD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD302; }
p { color: rgb(173,211,2); }
H1.HeaderClassName
{
color: #ADD302;
}
.AnyTagClassName
{
color: #ADD302;
}
</style>
background-color css
<style>
a { background-color: #ADD302; }
a { background-color: rgb(173,211,2); }
div.DivClassName
{
background-color: #ADD302;
}
.BgClassName
{
background-color: #ADD302;
}
</style>
border-color css
<style>
span { border-color: #ADD302; }
span { border-color: rgb(173,211,2); }
td.TdClassName
{
border-color: #ADD302;
}
.TagClassName
{
border-color: #ADD302;
}
</style>