Shades of Feijoa #ADEE8E
Tints of Feijoa #ADEE8E
RGB
CMYK
RGB Variations
Color information
#ADEE8E (or 0xADEE8E) is known color: Feijoa. HEX triplet: AD, EE and 8E. RGB value is (173,238,142). Sum of RGB (Red+Green+Blue) = 173+238+142=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEE8E is #521171. Grayscale: #CFCFCF. Windows color (decimal): -5378418 or 9367213. OLE color: 9367213.
HSL color Cylindrical-coordinate representation of color #ADEE8E: hue angle of 100.62º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADEE8E is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 142 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.07 |
| HSL | 100.63º | 0.74% | 0.75% | - |
| HSV(B) | 100.63º | 0.4% | 0.93% | - |
| XYZ | 52.69 | 71.99 | 36.71 | - |
| YUV | 207.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 142 | 0.27 | 0 | 0.40 | 0.07 | 100.63 | 0.74 | 0.75 |
| Hex | AD | EE | 8E | 1B | 0 | 28 | 7 | 65 | 4A | 4B |
| Octal | 255 | 356 | 216 | 33 | 0 | 50 | 7 | 145 | 112 | 113 |
| Binary | 10101101 | 11101110 | 10001110 | 11011 | 0 | 101000 | 111 | 1100101 | 1001010 | 1001011 |
Color Harmonies of #ADEE8E
Complementary color
Monochromatic Colors of #ADEE8E
Black with #ADEE8E
Text Example
Text Example
White with #ADEE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE8E; }
p { color: rgb(173,238,142); }
H1.HeaderClassName
{
color: #ADEE8E;
}
.AnyTagClassName
{
color: #ADEE8E;
}
</style>
background-color css
<style>
a { background-color: #ADEE8E; }
a { background-color: rgb(173,238,142); }
div.DivClassName
{
background-color: #ADEE8E;
}
.BgClassName
{
background-color: #ADEE8E;
}
</style>
border-color css
<style>
span { border-color: #ADEE8E; }
span { border-color: rgb(173,238,142); }
td.TdClassName
{
border-color: #ADEE8E;
}
.TagClassName
{
border-color: #ADEE8E;
}
</style>