Shades of Inch Worm #ADEF14
Tints of Inch Worm #ADEF14
RGB
CMYK
RGB Variations
Color information
#ADEF14 (or 0xADEF14) is known color: Inch Worm. HEX triplet: AD, EF and 14. RGB value is (173,239,20). Sum of RGB (Red+Green+Blue) = 173+239+20=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEF14 is #5210EB. Grayscale: #C3C3C3. Windows color (decimal): -5378284 or 1372077. OLE color: 1372077.
HSL color Cylindrical-coordinate representation of color #ADEF14: hue angle of 78.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADEF14 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 20 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.06 |
| HSL | 78.08º | 0.87% | 0.51% | - |
| HSV(B) | 78.08º | 0.92% | 0.94% | - |
| XYZ | 48.23 | 70.67 | 11.76 | - |
| YUV | 194.3 | 29.63 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 20 | 0.28 | 0 | 0.92 | 0.06 | 78.08 | 0.87 | 0.51 |
| Hex | AD | EF | 14 | 1C | 0 | 5C | 6 | 4E | 57 | 33 |
| Octal | 255 | 357 | 24 | 34 | 0 | 134 | 6 | 116 | 127 | 63 |
| Binary | 10101101 | 11101111 | 10100 | 11100 | 0 | 1011100 | 110 | 1001110 | 1010111 | 110011 |
Color Harmonies of #ADEF14
Complementary color
Monochromatic Colors of #ADEF14
Black with #ADEF14
Text Example
Text Example
White with #ADEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF14; }
p { color: rgb(173,239,20); }
H1.HeaderClassName
{
color: #ADEF14;
}
.AnyTagClassName
{
color: #ADEF14;
}
</style>
background-color css
<style>
a { background-color: #ADEF14; }
a { background-color: rgb(173,239,20); }
div.DivClassName
{
background-color: #ADEF14;
}
.BgClassName
{
background-color: #ADEF14;
}
</style>
border-color css
<style>
span { border-color: #ADEF14; }
span { border-color: rgb(173,239,20); }
td.TdClassName
{
border-color: #ADEF14;
}
.TagClassName
{
border-color: #ADEF14;
}
</style>