Shades of Feijoa #ADDA8A
Tints of Feijoa #ADDA8A
RGB
CMYK
RGB Variations
Color information
#ADDA8A (or 0xADDA8A) is known color: Feijoa. HEX triplet: AD, DA and 8A. RGB value is (173,218,138). Sum of RGB (Red+Green+Blue) = 173+218+138=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA8A is #522575. Grayscale: #C3C3C3. Windows color (decimal): -5383542 or 9099949. OLE color: 9099949.
HSL color Cylindrical-coordinate representation of color #ADDA8A: hue angle of 93.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADDA8A is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 138 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.15 |
| HSL | 93.75º | 0.52% | 0.7% | - |
| HSV(B) | 93.75º | 0.37% | 0.85% | - |
| XYZ | 46.89 | 60.86 | 33.32 | - |
| YUV | 195.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 138 | 0.21 | 0 | 0.37 | 0.15 | 93.75 | 0.52 | 0.7 |
| Hex | AD | DA | 8A | 15 | 0 | 25 | F | 5E | 34 | 46 |
| Octal | 255 | 332 | 212 | 25 | 0 | 45 | 17 | 136 | 64 | 106 |
| Binary | 10101101 | 11011010 | 10001010 | 10101 | 0 | 100101 | 1111 | 1011110 | 110100 | 1000110 |
Color Harmonies of #ADDA8A
Complementary color
Monochromatic Colors of #ADDA8A
Black with #ADDA8A
Text Example
Text Example
White with #ADDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA8A; }
p { color: rgb(173,218,138); }
H1.HeaderClassName
{
color: #ADDA8A;
}
.AnyTagClassName
{
color: #ADDA8A;
}
</style>
background-color css
<style>
a { background-color: #ADDA8A; }
a { background-color: rgb(173,218,138); }
div.DivClassName
{
background-color: #ADDA8A;
}
.BgClassName
{
background-color: #ADDA8A;
}
</style>
border-color css
<style>
span { border-color: #ADDA8A; }
span { border-color: rgb(173,218,138); }
td.TdClassName
{
border-color: #ADDA8A;
}
.TagClassName
{
border-color: #ADDA8A;
}
</style>