Shades of Feijoa #AAD373
Tints of Feijoa #AAD373
RGB
CMYK
RGB Variations
Color information
#AAD373 (or 0xAAD373) is known color: Feijoa. HEX triplet: AA, D3 and 73. RGB value is (170,211,115). Sum of RGB (Red+Green+Blue) = 170+211+115=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD373 is #552C8C. Grayscale: #BCBCBC. Windows color (decimal): -5581965 or 7590826. OLE color: 7590826.
HSL color Cylindrical-coordinate representation of color #AAD373: hue angle of 85.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAD373 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 115 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.17 |
| HSL | 85.62º | 0.52% | 0.64% | - |
| HSV(B) | 85.62º | 0.45% | 0.83% | - |
| XYZ | 42.97 | 56.37 | 24.84 | - |
| YUV | 187.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 115 | 0.19 | 0 | 0.45 | 0.17 | 85.62 | 0.52 | 0.64 |
| Hex | AA | D3 | 73 | 13 | 0 | 2D | 11 | 56 | 34 | 40 |
| Octal | 252 | 323 | 163 | 23 | 0 | 55 | 21 | 126 | 64 | 100 |
| Binary | 10101010 | 11010011 | 1110011 | 10011 | 0 | 101101 | 10001 | 1010110 | 110100 | 1000000 |
Color Harmonies of #AAD373
Complementary color
Monochromatic Colors of #AAD373
Black with #AAD373
Text Example
Text Example
White with #AAD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD373; }
p { color: rgb(170,211,115); }
H1.HeaderClassName
{
color: #AAD373;
}
.AnyTagClassName
{
color: #AAD373;
}
</style>
background-color css
<style>
a { background-color: #AAD373; }
a { background-color: rgb(170,211,115); }
div.DivClassName
{
background-color: #AAD373;
}
.BgClassName
{
background-color: #AAD373;
}
</style>
border-color css
<style>
span { border-color: #AAD373; }
span { border-color: rgb(170,211,115); }
td.TdClassName
{
border-color: #AAD373;
}
.TagClassName
{
border-color: #AAD373;
}
</style>