Shades of Feijoa #AAD581
Tints of Feijoa #AAD581
RGB
CMYK
RGB Variations
Color information
#AAD581 (or 0xAAD581) is known color: Feijoa. HEX triplet: AA, D5 and 81. RGB value is (170,213,129). Sum of RGB (Red+Green+Blue) = 170+213+129=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD581 is #552A7E. Grayscale: #BEBEBE. Windows color (decimal): -5581439 or 8508842. OLE color: 8508842.
HSL color Cylindrical-coordinate representation of color #AAD581: hue angle of 90.71º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAD581 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 129 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.16 |
| HSL | 90.71º | 0.5% | 0.67% | - |
| HSV(B) | 90.71º | 0.39% | 0.84% | - |
| XYZ | 44.33 | 57.72 | 29.57 | - |
| YUV | 190.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 129 | 0.20 | 0 | 0.39 | 0.16 | 90.71 | 0.5 | 0.67 |
| Hex | AA | D5 | 81 | 14 | 0 | 27 | 10 | 5B | 32 | 43 |
| Octal | 252 | 325 | 201 | 24 | 0 | 47 | 20 | 133 | 62 | 103 |
| Binary | 10101010 | 11010101 | 10000001 | 10100 | 0 | 100111 | 10000 | 1011011 | 110010 | 1000011 |
Color Harmonies of #AAD581
Complementary color
Monochromatic Colors of #AAD581
Black with #AAD581
Text Example
Text Example
White with #AAD581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD581; }
p { color: rgb(170,213,129); }
H1.HeaderClassName
{
color: #AAD581;
}
.AnyTagClassName
{
color: #AAD581;
}
</style>
background-color css
<style>
a { background-color: #AAD581; }
a { background-color: rgb(170,213,129); }
div.DivClassName
{
background-color: #AAD581;
}
.BgClassName
{
background-color: #AAD581;
}
</style>
border-color css
<style>
span { border-color: #AAD581; }
span { border-color: rgb(170,213,129); }
td.TdClassName
{
border-color: #AAD581;
}
.TagClassName
{
border-color: #AAD581;
}
</style>