Shades of Inch Worm #ADE42A
Tints of Inch Worm #ADE42A
RGB
CMYK
RGB Variations
Color information
#ADE42A (or 0xADE42A) is known color: Inch Worm. HEX triplet: AD, E4 and 2A. RGB value is (173,228,42). Sum of RGB (Red+Green+Blue) = 173+228+42=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE42A is #521BD5. Grayscale: #BFBFBF. Windows color (decimal): -5381078 or 2811053. OLE color: 2811053.
HSL color Cylindrical-coordinate representation of color #ADE42A: hue angle of 77.74º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADE42A is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 42 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.11 |
| HSL | 77.74º | 0.78% | 0.53% | - |
| HSV(B) | 77.74º | 0.82% | 0.89% | - |
| XYZ | 45.39 | 64.54 | 12.26 | - |
| YUV | 190.35 | 44.28 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 42 | 0.24 | 0 | 0.82 | 0.11 | 77.74 | 0.78 | 0.53 |
| Hex | AD | E4 | 2A | 18 | 0 | 52 | B | 4E | 4E | 35 |
| Octal | 255 | 344 | 52 | 30 | 0 | 122 | 13 | 116 | 116 | 65 |
| Binary | 10101101 | 11100100 | 101010 | 11000 | 0 | 1010010 | 1011 | 1001110 | 1001110 | 110101 |
Color Harmonies of #ADE42A
Complementary color
Monochromatic Colors of #ADE42A
Black with #ADE42A
Text Example
Text Example
White with #ADE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE42A; }
p { color: rgb(173,228,42); }
H1.HeaderClassName
{
color: #ADE42A;
}
.AnyTagClassName
{
color: #ADE42A;
}
</style>
background-color css
<style>
a { background-color: #ADE42A; }
a { background-color: rgb(173,228,42); }
div.DivClassName
{
background-color: #ADE42A;
}
.BgClassName
{
background-color: #ADE42A;
}
</style>
border-color css
<style>
span { border-color: #ADE42A; }
span { border-color: rgb(173,228,42); }
td.TdClassName
{
border-color: #ADE42A;
}
.TagClassName
{
border-color: #ADE42A;
}
</style>