Shades of Feijoa #AAD381
Tints of Feijoa #AAD381
RGB
CMYK
RGB Variations
Color information
#AAD381 (or 0xAAD381) is known color: Feijoa. HEX triplet: AA, D3 and 81. RGB value is (170,211,129). Sum of RGB (Red+Green+Blue) = 170+211+129=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD381 is #552C7E. Grayscale: #BDBDBD. Windows color (decimal): -5581951 or 8508330. OLE color: 8508330.
HSL color Cylindrical-coordinate representation of color #AAD381: hue angle of 90º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD381 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 211 | 129 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.17 |
| HSL | 90º | 0.48% | 0.67% | - |
| HSV(B) | 90º | 0.39% | 0.83% | - |
| XYZ | 43.83 | 56.72 | 29.41 | - |
| YUV | 189.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 129 | 0.19 | 0 | 0.39 | 0.17 | 90 | 0.48 | 0.67 |
| Hex | AA | D3 | 81 | 13 | 0 | 27 | 11 | 5A | 30 | 43 |
| Octal | 252 | 323 | 201 | 23 | 0 | 47 | 21 | 132 | 60 | 103 |
| Binary | 10101010 | 11010011 | 10000001 | 10011 | 0 | 100111 | 10001 | 1011010 | 110000 | 1000011 |
Color Harmonies of #AAD381
Complementary color
Monochromatic Colors of #AAD381
Black with #AAD381
Text Example
Text Example
White with #AAD381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD381; }
p { color: rgb(170,211,129); }
H1.HeaderClassName
{
color: #AAD381;
}
.AnyTagClassName
{
color: #AAD381;
}
</style>
background-color css
<style>
a { background-color: #AAD381; }
a { background-color: rgb(170,211,129); }
div.DivClassName
{
background-color: #AAD381;
}
.BgClassName
{
background-color: #AAD381;
}
</style>
border-color css
<style>
span { border-color: #AAD381; }
span { border-color: rgb(170,211,129); }
td.TdClassName
{
border-color: #AAD381;
}
.TagClassName
{
border-color: #AAD381;
}
</style>