Shades of Inch Worm #ADEF0F
Tints of Inch Worm #ADEF0F
RGB
CMYK
RGB Variations
Color information
#ADEF0F (or 0xADEF0F) is known color: Inch Worm. HEX triplet: AD, EF and 0F. RGB value is (173,239,15). Sum of RGB (Red+Green+Blue) = 173+239+15=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 239 (93.75% from 255 or 55.97% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEF0F is #5210F0. Grayscale: #C2C2C2. Windows color (decimal): -5378289 or 1044397. OLE color: 1044397.
HSL color Cylindrical-coordinate representation of color #ADEF0F: hue angle of 77.68º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADEF0F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 15 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.06 |
| HSL | 77.68º | 0.88% | 0.5% | - |
| HSV(B) | 77.68º | 0.94% | 0.94% | - |
| XYZ | 48.19 | 70.65 | 11.55 | - |
| YUV | 193.73 | 27.13 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 15 | 0.28 | 0 | 0.94 | 0.06 | 77.68 | 0.88 | 0.5 |
| Hex | AD | EF | F | 1C | 0 | 5E | 6 | 4E | 58 | 32 |
| Octal | 255 | 357 | 17 | 34 | 0 | 136 | 6 | 116 | 130 | 62 |
| Binary | 10101101 | 11101111 | 1111 | 11100 | 0 | 1011110 | 110 | 1001110 | 1011000 | 110010 |
Color Harmonies of #ADEF0F
Complementary color
Monochromatic Colors of #ADEF0F
Black with #ADEF0F
Text Example
Text Example
White with #ADEF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF0F; }
p { color: rgb(173,239,15); }
H1.HeaderClassName
{
color: #ADEF0F;
}
.AnyTagClassName
{
color: #ADEF0F;
}
</style>
background-color css
<style>
a { background-color: #ADEF0F; }
a { background-color: rgb(173,239,15); }
div.DivClassName
{
background-color: #ADEF0F;
}
.BgClassName
{
background-color: #ADEF0F;
}
</style>
border-color css
<style>
span { border-color: #ADEF0F; }
span { border-color: rgb(173,239,15); }
td.TdClassName
{
border-color: #ADEF0F;
}
.TagClassName
{
border-color: #ADEF0F;
}
</style>