Shades of Feijoa #AAD372
Tints of Feijoa #AAD372
RGB
CMYK
RGB Variations
Color information
#AAD372 (or 0xAAD372) is known color: Feijoa. HEX triplet: AA, D3 and 72. RGB value is (170,211,114). Sum of RGB (Red+Green+Blue) = 170+211+114=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD372 is #552C8D. Grayscale: #BCBCBC. Windows color (decimal): -5581966 or 7525290. OLE color: 7525290.
HSL color Cylindrical-coordinate representation of color #AAD372: hue angle of 85.36º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD372 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 114 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.17 |
| HSL | 85.36º | 0.52% | 0.64% | - |
| HSV(B) | 85.36º | 0.46% | 0.83% | - |
| XYZ | 42.91 | 56.35 | 24.53 | - |
| YUV | 187.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 114 | 0.19 | 0 | 0.46 | 0.17 | 85.36 | 0.52 | 0.64 |
| Hex | AA | D3 | 72 | 13 | 0 | 2E | 11 | 55 | 34 | 40 |
| Octal | 252 | 323 | 162 | 23 | 0 | 56 | 21 | 125 | 64 | 100 |
| Binary | 10101010 | 11010011 | 1110010 | 10011 | 0 | 101110 | 10001 | 1010101 | 110100 | 1000000 |
Color Harmonies of #AAD372
Complementary color
Monochromatic Colors of #AAD372
Black with #AAD372
Text Example
Text Example
White with #AAD372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD372; }
p { color: rgb(170,211,114); }
H1.HeaderClassName
{
color: #AAD372;
}
.AnyTagClassName
{
color: #AAD372;
}
</style>
background-color css
<style>
a { background-color: #AAD372; }
a { background-color: rgb(170,211,114); }
div.DivClassName
{
background-color: #AAD372;
}
.BgClassName
{
background-color: #AAD372;
}
</style>
border-color css
<style>
span { border-color: #AAD372; }
span { border-color: rgb(170,211,114); }
td.TdClassName
{
border-color: #AAD372;
}
.TagClassName
{
border-color: #AAD372;
}
</style>