Shades of Inch Worm #ADE70F
Tints of Inch Worm #ADE70F
RGB
CMYK
RGB Variations
Color information
#ADE70F (or 0xADE70F) is known color: Inch Worm. HEX triplet: AD, E7 and 0F. RGB value is (173,231,15). Sum of RGB (Red+Green+Blue) = 173+231+15=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADE70F is #5218F0. Grayscale: #BDBDBD. Windows color (decimal): -5380337 or 1042349. OLE color: 1042349.
HSL color Cylindrical-coordinate representation of color #ADE70F: hue angle of 76.11º degrees, saturation: 0.88, 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 #ADE70F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 76.11º | 0.88% | 0.48% | - |
| HSV(B) | 76.11º | 0.94% | 0.91% | - |
| XYZ | 45.9 | 66.07 | 10.79 | - |
| YUV | 189.03 | 29.78 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 15 | 0.25 | 0 | 0.94 | 0.09 | 76.11 | 0.88 | 0.48 |
| Hex | AD | E7 | F | 19 | 0 | 5E | 9 | 4C | 58 | 30 |
| Octal | 255 | 347 | 17 | 31 | 0 | 136 | 11 | 114 | 130 | 60 |
| Binary | 10101101 | 11100111 | 1111 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011000 | 110000 |
Color Harmonies of #ADE70F
Complementary color
Monochromatic Colors of #ADE70F
Black with #ADE70F
Text Example
Text Example
White with #ADE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE70F; }
p { color: rgb(173,231,15); }
H1.HeaderClassName
{
color: #ADE70F;
}
.AnyTagClassName
{
color: #ADE70F;
}
</style>
background-color css
<style>
a { background-color: #ADE70F; }
a { background-color: rgb(173,231,15); }
div.DivClassName
{
background-color: #ADE70F;
}
.BgClassName
{
background-color: #ADE70F;
}
</style>
border-color css
<style>
span { border-color: #ADE70F; }
span { border-color: rgb(173,231,15); }
td.TdClassName
{
border-color: #ADE70F;
}
.TagClassName
{
border-color: #ADE70F;
}
</style>