Shades of Inch Worm #ADE70E
Tints of Inch Worm #ADE70E
RGB
CMYK
RGB Variations
Color information
#ADE70E (or 0xADE70E) is known color: Inch Worm. HEX triplet: AD, E7 and 0E. RGB value is (173,231,14). Sum of RGB (Red+Green+Blue) = 173+231+14=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 231 (90.62% from 255 or 55.26% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADE70E is #5218F1. Grayscale: #BDBDBD. Windows color (decimal): -5380338 or 976813. OLE color: 976813.
HSL color Cylindrical-coordinate representation of color #ADE70E: hue angle of 76.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADE70E is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 14 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 76.04º | 0.89% | 0.48% | - |
| HSV(B) | 76.04º | 0.94% | 0.91% | - |
| XYZ | 45.89 | 66.07 | 10.75 | - |
| YUV | 188.92 | 29.28 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 14 | 0.25 | 0 | 0.94 | 0.09 | 76.04 | 0.89 | 0.48 |
| Hex | AD | E7 | E | 19 | 0 | 5E | 9 | 4C | 59 | 30 |
| Octal | 255 | 347 | 16 | 31 | 0 | 136 | 11 | 114 | 131 | 60 |
| Binary | 10101101 | 11100111 | 1110 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011001 | 110000 |
Color Harmonies of #ADE70E
Complementary color
Monochromatic Colors of #ADE70E
Black with #ADE70E
Text Example
Text Example
White with #ADE70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE70E; }
p { color: rgb(173,231,14); }
H1.HeaderClassName
{
color: #ADE70E;
}
.AnyTagClassName
{
color: #ADE70E;
}
</style>
background-color css
<style>
a { background-color: #ADE70E; }
a { background-color: rgb(173,231,14); }
div.DivClassName
{
background-color: #ADE70E;
}
.BgClassName
{
background-color: #ADE70E;
}
</style>
border-color css
<style>
span { border-color: #ADE70E; }
span { border-color: rgb(173,231,14); }
td.TdClassName
{
border-color: #ADE70E;
}
.TagClassName
{
border-color: #ADE70E;
}
</style>