Shades of Feijoa #AADB95
Tints of Feijoa #AADB95
RGB
CMYK
RGB Variations
Color information
#AADB95 (or 0xAADB95) is known color: Feijoa. HEX triplet: AA, DB and 95. RGB value is (170,219,149). Sum of RGB (Red+Green+Blue) = 170+219+149=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADB95 is #55246A. Grayscale: #C4C4C4. Windows color (decimal): -5579883 or 9821098. OLE color: 9821098.
HSL color Cylindrical-coordinate representation of color #AADB95: hue angle of 102º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADB95 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 149 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.14 |
| HSL | 102º | 0.49% | 0.72% | - |
| HSV(B) | 102º | 0.32% | 0.86% | - |
| XYZ | 47.33 | 61.38 | 37.79 | - |
| YUV | 196.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 149 | 0.22 | 0 | 0.32 | 0.14 | 102 | 0.49 | 0.72 |
| Hex | AA | DB | 95 | 16 | 0 | 20 | E | 66 | 31 | 48 |
| Octal | 252 | 333 | 225 | 26 | 0 | 40 | 16 | 146 | 61 | 110 |
| Binary | 10101010 | 11011011 | 10010101 | 10110 | 0 | 100000 | 1110 | 1100110 | 110001 | 1001000 |
Color Harmonies of #AADB95
Complementary color
Monochromatic Colors of #AADB95
Black with #AADB95
Text Example
Text Example
White with #AADB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB95; }
p { color: rgb(170,219,149); }
H1.HeaderClassName
{
color: #AADB95;
}
.AnyTagClassName
{
color: #AADB95;
}
</style>
background-color css
<style>
a { background-color: #AADB95; }
a { background-color: rgb(170,219,149); }
div.DivClassName
{
background-color: #AADB95;
}
.BgClassName
{
background-color: #AADB95;
}
</style>
border-color css
<style>
span { border-color: #AADB95; }
span { border-color: rgb(170,219,149); }
td.TdClassName
{
border-color: #AADB95;
}
.TagClassName
{
border-color: #AADB95;
}
</style>