Shades of Feijoa #ADDE8E
Tints of Feijoa #ADDE8E
RGB
CMYK
RGB Variations
Color information
#ADDE8E (or 0xADDE8E) is known color: Feijoa. HEX triplet: AD, DE and 8E. RGB value is (173,222,142). Sum of RGB (Red+Green+Blue) = 173+222+142=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDE8E is #522171. Grayscale: #C6C6C6. Windows color (decimal): -5382514 or 9363117. OLE color: 9363117.
HSL color Cylindrical-coordinate representation of color #ADDE8E: hue angle of 96.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADDE8E is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 142 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.13 |
| HSL | 96.75º | 0.55% | 0.71% | - |
| HSV(B) | 96.75º | 0.36% | 0.87% | - |
| XYZ | 48.24 | 63.08 | 35.22 | - |
| YUV | 198.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 142 | 0.22 | 0 | 0.36 | 0.13 | 96.75 | 0.55 | 0.71 |
| Hex | AD | DE | 8E | 16 | 0 | 24 | D | 61 | 37 | 47 |
| Octal | 255 | 336 | 216 | 26 | 0 | 44 | 15 | 141 | 67 | 107 |
| Binary | 10101101 | 11011110 | 10001110 | 10110 | 0 | 100100 | 1101 | 1100001 | 110111 | 1000111 |
Color Harmonies of #ADDE8E
Complementary color
Monochromatic Colors of #ADDE8E
Black with #ADDE8E
Text Example
Text Example
White with #ADDE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE8E; }
p { color: rgb(173,222,142); }
H1.HeaderClassName
{
color: #ADDE8E;
}
.AnyTagClassName
{
color: #ADDE8E;
}
</style>
background-color css
<style>
a { background-color: #ADDE8E; }
a { background-color: rgb(173,222,142); }
div.DivClassName
{
background-color: #ADDE8E;
}
.BgClassName
{
background-color: #ADDE8E;
}
</style>
border-color css
<style>
span { border-color: #ADDE8E; }
span { border-color: rgb(173,222,142); }
td.TdClassName
{
border-color: #ADDE8E;
}
.TagClassName
{
border-color: #ADDE8E;
}
</style>