Shades of Feijoa #AADC73
Tints of Feijoa #AADC73
RGB
CMYK
RGB Variations
Color information
#AADC73 (or 0xAADC73) is known color: Feijoa. HEX triplet: AA, DC and 73. RGB value is (170,220,115). Sum of RGB (Red+Green+Blue) = 170+220+115=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC73 is #55238C. Grayscale: #C1C1C1. Windows color (decimal): -5579661 or 7593130. OLE color: 7593130.
HSL color Cylindrical-coordinate representation of color #AADC73: hue angle of 88.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AADC73 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 115 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.14 |
| HSL | 88.57º | 0.6% | 0.66% | - |
| HSV(B) | 88.57º | 0.48% | 0.86% | - |
| XYZ | 45.27 | 60.97 | 25.6 | - |
| YUV | 193.08 | 83.94 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 115 | 0.23 | 0 | 0.48 | 0.14 | 88.57 | 0.6 | 0.66 |
| Hex | AA | DC | 73 | 17 | 0 | 30 | E | 59 | 3C | 42 |
| Octal | 252 | 334 | 163 | 27 | 0 | 60 | 16 | 131 | 74 | 102 |
| Binary | 10101010 | 11011100 | 1110011 | 10111 | 0 | 110000 | 1110 | 1011001 | 111100 | 1000010 |
Color Harmonies of #AADC73
Complementary color
Monochromatic Colors of #AADC73
Black with #AADC73
Text Example
Text Example
White with #AADC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC73; }
p { color: rgb(170,220,115); }
H1.HeaderClassName
{
color: #AADC73;
}
.AnyTagClassName
{
color: #AADC73;
}
</style>
background-color css
<style>
a { background-color: #AADC73; }
a { background-color: rgb(170,220,115); }
div.DivClassName
{
background-color: #AADC73;
}
.BgClassName
{
background-color: #AADC73;
}
</style>
border-color css
<style>
span { border-color: #AADC73; }
span { border-color: rgb(170,220,115); }
td.TdClassName
{
border-color: #AADC73;
}
.TagClassName
{
border-color: #AADC73;
}
</style>