Shades of Feijoa #AAD370
Tints of Feijoa #AAD370
RGB
CMYK
RGB Variations
Color information
#AAD370 (or 0xAAD370) is known color: Feijoa. HEX triplet: AA, D3 and 70. RGB value is (170,211,112). Sum of RGB (Red+Green+Blue) = 170+211+112=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD370 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD370 is #552C8F. Grayscale: #BBBBBB. Windows color (decimal): -5581968 or 7394218. OLE color: 7394218.
HSL color Cylindrical-coordinate representation of color #AAD370: hue angle of 84.85º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAD370 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 112 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.17 |
| HSL | 84.85º | 0.53% | 0.63% | - |
| HSV(B) | 84.85º | 0.47% | 0.83% | - |
| XYZ | 42.8 | 56.3 | 23.94 | - |
| YUV | 187.46 | 85.42 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 112 | 0.19 | 0 | 0.47 | 0.17 | 84.85 | 0.53 | 0.63 |
| Hex | AA | D3 | 70 | 13 | 0 | 2F | 11 | 55 | 35 | 3F |
| Octal | 252 | 323 | 160 | 23 | 0 | 57 | 21 | 125 | 65 | 77 |
| Binary | 10101010 | 11010011 | 1110000 | 10011 | 0 | 101111 | 10001 | 1010101 | 110101 | 111111 |
Color Harmonies of #AAD370
Complementary color
Monochromatic Colors of #AAD370
Black with #AAD370
Text Example
Text Example
White with #AAD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD370; }
p { color: rgb(170,211,112); }
H1.HeaderClassName
{
color: #AAD370;
}
.AnyTagClassName
{
color: #AAD370;
}
</style>
background-color css
<style>
a { background-color: #AAD370; }
a { background-color: rgb(170,211,112); }
div.DivClassName
{
background-color: #AAD370;
}
.BgClassName
{
background-color: #AAD370;
}
</style>
border-color css
<style>
span { border-color: #AAD370; }
span { border-color: rgb(170,211,112); }
td.TdClassName
{
border-color: #AAD370;
}
.TagClassName
{
border-color: #AAD370;
}
</style>