Shades of Feijoa #AAD272
Tints of Feijoa #AAD272
RGB
CMYK
RGB Variations
Color information
#AAD272 (or 0xAAD272) is known color: Feijoa. HEX triplet: AA, D2 and 72. RGB value is (170,210,114). Sum of RGB (Red+Green+Blue) = 170+210+114=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD272 is #552D8D. Grayscale: #BBBBBB. Windows color (decimal): -5582222 or 7525034. OLE color: 7525034.
HSL color Cylindrical-coordinate representation of color #AAD272: hue angle of 85º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD272 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 114 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.18 |
| HSL | 85º | 0.52% | 0.64% | - |
| HSV(B) | 85º | 0.46% | 0.82% | - |
| XYZ | 42.66 | 55.85 | 24.45 | - |
| YUV | 187.1 | 86.75 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 114 | 0.19 | 0 | 0.46 | 0.18 | 85 | 0.52 | 0.64 |
| Hex | AA | D2 | 72 | 13 | 0 | 2E | 12 | 55 | 34 | 40 |
| Octal | 252 | 322 | 162 | 23 | 0 | 56 | 22 | 125 | 64 | 100 |
| Binary | 10101010 | 11010010 | 1110010 | 10011 | 0 | 101110 | 10010 | 1010101 | 110100 | 1000000 |
Color Harmonies of #AAD272
Complementary color
Monochromatic Colors of #AAD272
Black with #AAD272
Text Example
Text Example
White with #AAD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD272; }
p { color: rgb(170,210,114); }
H1.HeaderClassName
{
color: #AAD272;
}
.AnyTagClassName
{
color: #AAD272;
}
</style>
background-color css
<style>
a { background-color: #AAD272; }
a { background-color: rgb(170,210,114); }
div.DivClassName
{
background-color: #AAD272;
}
.BgClassName
{
background-color: #AAD272;
}
</style>
border-color css
<style>
span { border-color: #AAD272; }
span { border-color: rgb(170,210,114); }
td.TdClassName
{
border-color: #AAD272;
}
.TagClassName
{
border-color: #AAD272;
}
</style>