Shades of Inch Worm #ADE40A
Tints of Inch Worm #ADE40A
RGB
CMYK
RGB Variations
Color information
#ADE40A (or 0xADE40A) is known color: Inch Worm. HEX triplet: AD, E4 and 0A. RGB value is (173,228,10). Sum of RGB (Red+Green+Blue) = 173+228+10=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 10 (4.30% from 255 or 2.43% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE40A is #521BF5. Grayscale: #BBBBBB. Windows color (decimal): -5381110 or 713901. OLE color: 713901.
HSL color Cylindrical-coordinate representation of color #ADE40A: hue angle of 75.14º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADE40A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.11 |
| HSL | 75.14º | 0.92% | 0.47% | - |
| HSV(B) | 75.14º | 0.96% | 0.89% | - |
| XYZ | 45.03 | 64.39 | 10.34 | - |
| YUV | 186.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 10 | 0.24 | 0 | 0.96 | 0.11 | 75.14 | 0.92 | 0.47 |
| Hex | AD | E4 | A | 18 | 0 | 60 | B | 4B | 5C | 2F |
| Octal | 255 | 344 | 12 | 30 | 0 | 140 | 13 | 113 | 134 | 57 |
| Binary | 10101101 | 11100100 | 1010 | 11000 | 0 | 1100000 | 1011 | 1001011 | 1011100 | 101111 |
Color Harmonies of #ADE40A
Complementary color
Monochromatic Colors of #ADE40A
Black with #ADE40A
Text Example
Text Example
White with #ADE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE40A; }
p { color: rgb(173,228,10); }
H1.HeaderClassName
{
color: #ADE40A;
}
.AnyTagClassName
{
color: #ADE40A;
}
</style>
background-color css
<style>
a { background-color: #ADE40A; }
a { background-color: rgb(173,228,10); }
div.DivClassName
{
background-color: #ADE40A;
}
.BgClassName
{
background-color: #ADE40A;
}
</style>
border-color css
<style>
span { border-color: #ADE40A; }
span { border-color: rgb(173,228,10); }
td.TdClassName
{
border-color: #ADE40A;
}
.TagClassName
{
border-color: #ADE40A;
}
</style>