Shades of Feijoa #ADE48E
Tints of Feijoa #ADE48E
RGB
CMYK
RGB Variations
Color information
#ADE48E (or 0xADE48E) is known color: Feijoa. HEX triplet: AD, E4 and 8E. RGB value is (173,228,142). Sum of RGB (Red+Green+Blue) = 173+228+142=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE48E is #521B71. Grayscale: #CACACA. Windows color (decimal): -5380978 or 9364653. OLE color: 9364653.
HSL color Cylindrical-coordinate representation of color #ADE48E: hue angle of 98.37º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE48E is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 142 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.11 |
| HSL | 98.37º | 0.61% | 0.73% | - |
| HSV(B) | 98.37º | 0.38% | 0.89% | - |
| XYZ | 49.86 | 66.32 | 35.77 | - |
| YUV | 201.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 142 | 0.24 | 0 | 0.38 | 0.11 | 98.37 | 0.61 | 0.73 |
| Hex | AD | E4 | 8E | 18 | 0 | 26 | B | 62 | 3D | 49 |
| Octal | 255 | 344 | 216 | 30 | 0 | 46 | 13 | 142 | 75 | 111 |
| Binary | 10101101 | 11100100 | 10001110 | 11000 | 0 | 100110 | 1011 | 1100010 | 111101 | 1001001 |
Color Harmonies of #ADE48E
Complementary color
Monochromatic Colors of #ADE48E
Black with #ADE48E
Text Example
Text Example
White with #ADE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE48E; }
p { color: rgb(173,228,142); }
H1.HeaderClassName
{
color: #ADE48E;
}
.AnyTagClassName
{
color: #ADE48E;
}
</style>
background-color css
<style>
a { background-color: #ADE48E; }
a { background-color: rgb(173,228,142); }
div.DivClassName
{
background-color: #ADE48E;
}
.BgClassName
{
background-color: #ADE48E;
}
</style>
border-color css
<style>
span { border-color: #ADE48E; }
span { border-color: rgb(173,228,142); }
td.TdClassName
{
border-color: #ADE48E;
}
.TagClassName
{
border-color: #ADE48E;
}
</style>