Shades of Feijoa #ADDA8E
Tints of Feijoa #ADDA8E
RGB
CMYK
RGB Variations
Color information
#ADDA8E (or 0xADDA8E) is known color: Feijoa. HEX triplet: AD, DA and 8E. RGB value is (173,218,142). Sum of RGB (Red+Green+Blue) = 173+218+142=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA8E is #522571. Grayscale: #C4C4C4. Windows color (decimal): -5383538 or 9362093. OLE color: 9362093.
HSL color Cylindrical-coordinate representation of color #ADDA8E: hue angle of 95.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADDA8E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 142 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.15 |
| HSL | 95.53º | 0.51% | 0.71% | - |
| HSV(B) | 95.53º | 0.35% | 0.85% | - |
| XYZ | 47.19 | 60.98 | 34.87 | - |
| YUV | 195.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 142 | 0.21 | 0 | 0.35 | 0.15 | 95.53 | 0.51 | 0.71 |
| Hex | AD | DA | 8E | 15 | 0 | 23 | F | 60 | 33 | 47 |
| Octal | 255 | 332 | 216 | 25 | 0 | 43 | 17 | 140 | 63 | 107 |
| Binary | 10101101 | 11011010 | 10001110 | 10101 | 0 | 100011 | 1111 | 1100000 | 110011 | 1000111 |
Color Harmonies of #ADDA8E
Complementary color
Monochromatic Colors of #ADDA8E
Black with #ADDA8E
Text Example
Text Example
White with #ADDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA8E; }
p { color: rgb(173,218,142); }
H1.HeaderClassName
{
color: #ADDA8E;
}
.AnyTagClassName
{
color: #ADDA8E;
}
</style>
background-color css
<style>
a { background-color: #ADDA8E; }
a { background-color: rgb(173,218,142); }
div.DivClassName
{
background-color: #ADDA8E;
}
.BgClassName
{
background-color: #ADDA8E;
}
</style>
border-color css
<style>
span { border-color: #ADDA8E; }
span { border-color: rgb(173,218,142); }
td.TdClassName
{
border-color: #ADDA8E;
}
.TagClassName
{
border-color: #ADDA8E;
}
</style>