Shades of Feijoa #AAD181
Tints of Feijoa #AAD181
RGB
CMYK
RGB Variations
Color information
#AAD181 (or 0xAAD181) is known color: Feijoa. HEX triplet: AA, D1 and 81. RGB value is (170,209,129). Sum of RGB (Red+Green+Blue) = 170+209+129=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD181 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD181 is #552E7E. Grayscale: #BCBCBC. Windows color (decimal): -5582463 or 8507818. OLE color: 8507818.
HSL color Cylindrical-coordinate representation of color #AAD181: hue angle of 89.25º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD181 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 129 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.18 |
| HSL | 89.25º | 0.47% | 0.66% | - |
| HSV(B) | 89.25º | 0.38% | 0.82% | - |
| XYZ | 43.34 | 55.73 | 29.24 | - |
| YUV | 188.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 129 | 0.19 | 0 | 0.38 | 0.18 | 89.25 | 0.47 | 0.66 |
| Hex | AA | D1 | 81 | 13 | 0 | 26 | 12 | 59 | 2F | 42 |
| Octal | 252 | 321 | 201 | 23 | 0 | 46 | 22 | 131 | 57 | 102 |
| Binary | 10101010 | 11010001 | 10000001 | 10011 | 0 | 100110 | 10010 | 1011001 | 101111 | 1000010 |
Color Harmonies of #AAD181
Complementary color
Monochromatic Colors of #AAD181
Black with #AAD181
Text Example
Text Example
White with #AAD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD181; }
p { color: rgb(170,209,129); }
H1.HeaderClassName
{
color: #AAD181;
}
.AnyTagClassName
{
color: #AAD181;
}
</style>
background-color css
<style>
a { background-color: #AAD181; }
a { background-color: rgb(170,209,129); }
div.DivClassName
{
background-color: #AAD181;
}
.BgClassName
{
background-color: #AAD181;
}
</style>
border-color css
<style>
span { border-color: #AAD181; }
span { border-color: rgb(170,209,129); }
td.TdClassName
{
border-color: #AAD181;
}
.TagClassName
{
border-color: #AAD181;
}
</style>