Shades of Inch Worm #ADEB14
Tints of Inch Worm #ADEB14
RGB
CMYK
RGB Variations
Color information
#ADEB14 (or 0xADEB14) is known color: Inch Worm. HEX triplet: AD, EB and 14. RGB value is (173,235,20). Sum of RGB (Red+Green+Blue) = 173+235+20=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEB14 is #5214EB. Grayscale: #C0C0C0. Windows color (decimal): -5379308 or 1371053. OLE color: 1371053.
HSL color Cylindrical-coordinate representation of color #ADEB14: hue angle of 77.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADEB14 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 20 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.08 |
| HSL | 77.3º | 0.84% | 0.5% | - |
| HSV(B) | 77.3º | 0.91% | 0.92% | - |
| XYZ | 47.07 | 68.35 | 11.37 | - |
| YUV | 191.95 | 30.96 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 20 | 0.26 | 0 | 0.91 | 0.08 | 77.3 | 0.84 | 0.5 |
| Hex | AD | EB | 14 | 1A | 0 | 5B | 8 | 4D | 54 | 32 |
| Octal | 255 | 353 | 24 | 32 | 0 | 133 | 10 | 115 | 124 | 62 |
| Binary | 10101101 | 11101011 | 10100 | 11010 | 0 | 1011011 | 1000 | 1001101 | 1010100 | 110010 |
Color Harmonies of #ADEB14
Complementary color
Monochromatic Colors of #ADEB14
Black with #ADEB14
Text Example
Text Example
White with #ADEB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB14; }
p { color: rgb(173,235,20); }
H1.HeaderClassName
{
color: #ADEB14;
}
.AnyTagClassName
{
color: #ADEB14;
}
</style>
background-color css
<style>
a { background-color: #ADEB14; }
a { background-color: rgb(173,235,20); }
div.DivClassName
{
background-color: #ADEB14;
}
.BgClassName
{
background-color: #ADEB14;
}
</style>
border-color css
<style>
span { border-color: #ADEB14; }
span { border-color: rgb(173,235,20); }
td.TdClassName
{
border-color: #ADEB14;
}
.TagClassName
{
border-color: #ADEB14;
}
</style>