Shades of Inch Worm #ADE80F
Tints of Inch Worm #ADE80F
RGB
CMYK
RGB Variations
Color information
#ADE80F (or 0xADE80F) is known color: Inch Worm. HEX triplet: AD, E8 and 0F. RGB value is (173,232,15). Sum of RGB (Red+Green+Blue) = 173+232+15=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 232 (91.02% from 255 or 55.24% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADE80F is #5217F0. Grayscale: #BEBEBE. Windows color (decimal): -5380081 or 1042605. OLE color: 1042605.
HSL color Cylindrical-coordinate representation of color #ADE80F: hue angle of 76.31º 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 #ADE80F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 15 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 76.31º | 0.88% | 0.48% | - |
| HSV(B) | 76.31º | 0.94% | 0.91% | - |
| XYZ | 46.18 | 66.63 | 10.88 | - |
| YUV | 189.62 | 29.45 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 15 | 0.25 | 0 | 0.94 | 0.09 | 76.31 | 0.88 | 0.48 |
| Hex | AD | E8 | F | 19 | 0 | 5E | 9 | 4C | 58 | 30 |
| Octal | 255 | 350 | 17 | 31 | 0 | 136 | 11 | 114 | 130 | 60 |
| Binary | 10101101 | 11101000 | 1111 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011000 | 110000 |
Color Harmonies of #ADE80F
Complementary color
Monochromatic Colors of #ADE80F
Black with #ADE80F
Text Example
Text Example
White with #ADE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE80F; }
p { color: rgb(173,232,15); }
H1.HeaderClassName
{
color: #ADE80F;
}
.AnyTagClassName
{
color: #ADE80F;
}
</style>
background-color css
<style>
a { background-color: #ADE80F; }
a { background-color: rgb(173,232,15); }
div.DivClassName
{
background-color: #ADE80F;
}
.BgClassName
{
background-color: #ADE80F;
}
</style>
border-color css
<style>
span { border-color: #ADE80F; }
span { border-color: rgb(173,232,15); }
td.TdClassName
{
border-color: #ADE80F;
}
.TagClassName
{
border-color: #ADE80F;
}
</style>