Shades of Feijoa #AADC95
Tints of Feijoa #AADC95
RGB
CMYK
RGB Variations
Color information
#AADC95 (or 0xAADC95) is known color: Feijoa. HEX triplet: AA, DC and 95. RGB value is (170,220,149). Sum of RGB (Red+Green+Blue) = 170+220+149=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC95 is #55236A. Grayscale: #C5C5C5. Windows color (decimal): -5579627 or 9821354. OLE color: 9821354.
HSL color Cylindrical-coordinate representation of color #AADC95: hue angle of 102.25º degrees, saturation: 0.5, 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 #AADC95 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 149 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.14 |
| HSL | 102.25º | 0.5% | 0.72% | - |
| HSV(B) | 102.25º | 0.32% | 0.86% | - |
| XYZ | 47.6 | 61.9 | 37.87 | - |
| YUV | 196.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 149 | 0.23 | 0 | 0.32 | 0.14 | 102.25 | 0.5 | 0.72 |
| Hex | AA | DC | 95 | 17 | 0 | 20 | E | 66 | 32 | 48 |
| Octal | 252 | 334 | 225 | 27 | 0 | 40 | 16 | 146 | 62 | 110 |
| Binary | 10101010 | 11011100 | 10010101 | 10111 | 0 | 100000 | 1110 | 1100110 | 110010 | 1001000 |
Color Harmonies of #AADC95
Complementary color
Monochromatic Colors of #AADC95
Black with #AADC95
Text Example
Text Example
White with #AADC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC95; }
p { color: rgb(170,220,149); }
H1.HeaderClassName
{
color: #AADC95;
}
.AnyTagClassName
{
color: #AADC95;
}
</style>
background-color css
<style>
a { background-color: #AADC95; }
a { background-color: rgb(170,220,149); }
div.DivClassName
{
background-color: #AADC95;
}
.BgClassName
{
background-color: #AADC95;
}
</style>
border-color css
<style>
span { border-color: #AADC95; }
span { border-color: rgb(170,220,149); }
td.TdClassName
{
border-color: #AADC95;
}
.TagClassName
{
border-color: #AADC95;
}
</style>