Shades of Feijoa #AADB74
Tints of Feijoa #AADB74
RGB
CMYK
RGB Variations
Color information
#AADB74 (or 0xAADB74) is known color: Feijoa. HEX triplet: AA, DB and 74. RGB value is (170,219,116). Sum of RGB (Red+Green+Blue) = 170+219+116=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB74 is #55248B. Grayscale: #C0C0C0. Windows color (decimal): -5579916 or 7658410. OLE color: 7658410.
HSL color Cylindrical-coordinate representation of color #AADB74: hue angle of 88.54º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AADB74 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 116 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.14 |
| HSL | 88.54º | 0.59% | 0.66% | - |
| HSV(B) | 88.54º | 0.47% | 0.86% | - |
| XYZ | 45.06 | 60.47 | 25.82 | - |
| YUV | 192.61 | 84.77 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 116 | 0.22 | 0 | 0.47 | 0.14 | 88.54 | 0.59 | 0.66 |
| Hex | AA | DB | 74 | 16 | 0 | 2F | E | 59 | 3B | 42 |
| Octal | 252 | 333 | 164 | 26 | 0 | 57 | 16 | 131 | 73 | 102 |
| Binary | 10101010 | 11011011 | 1110100 | 10110 | 0 | 101111 | 1110 | 1011001 | 111011 | 1000010 |
Color Harmonies of #AADB74
Complementary color
Monochromatic Colors of #AADB74
Black with #AADB74
Text Example
Text Example
White with #AADB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB74; }
p { color: rgb(170,219,116); }
H1.HeaderClassName
{
color: #AADB74;
}
.AnyTagClassName
{
color: #AADB74;
}
</style>
background-color css
<style>
a { background-color: #AADB74; }
a { background-color: rgb(170,219,116); }
div.DivClassName
{
background-color: #AADB74;
}
.BgClassName
{
background-color: #AADB74;
}
</style>
border-color css
<style>
span { border-color: #AADB74; }
span { border-color: rgb(170,219,116); }
td.TdClassName
{
border-color: #AADB74;
}
.TagClassName
{
border-color: #AADB74;
}
</style>