Shades of Feijoa #AAC98A
Tints of Feijoa #AAC98A
RGB
CMYK
RGB Variations
Color information
#AAC98A (or 0xAAC98A) is known color: Feijoa. HEX triplet: AA, C9 and 8A. RGB value is (170,201,138). Sum of RGB (Red+Green+Blue) = 170+201+138=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC98A is #553675. Grayscale: #B8B8B8. Windows color (decimal): -5584502 or 9095594. OLE color: 9095594.
HSL color Cylindrical-coordinate representation of color #AAC98A: hue angle of 89.52º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC98A is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 138 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.21 |
| HSL | 89.52º | 0.37% | 0.66% | - |
| HSV(B) | 89.52º | 0.31% | 0.79% | - |
| XYZ | 42.05 | 52.15 | 31.9 | - |
| YUV | 184.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 138 | 0.15 | 0 | 0.31 | 0.21 | 89.52 | 0.37 | 0.66 |
| Hex | AA | C9 | 8A | F | 0 | 1F | 15 | 5A | 25 | 42 |
| Octal | 252 | 311 | 212 | 17 | 0 | 37 | 25 | 132 | 45 | 102 |
| Binary | 10101010 | 11001001 | 10001010 | 1111 | 0 | 11111 | 10101 | 1011010 | 100101 | 1000010 |
Color Harmonies of #AAC98A
Complementary color
Monochromatic Colors of #AAC98A
Black with #AAC98A
Text Example
Text Example
White with #AAC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC98A; }
p { color: rgb(170,201,138); }
H1.HeaderClassName
{
color: #AAC98A;
}
.AnyTagClassName
{
color: #AAC98A;
}
</style>
background-color css
<style>
a { background-color: #AAC98A; }
a { background-color: rgb(170,201,138); }
div.DivClassName
{
background-color: #AAC98A;
}
.BgClassName
{
background-color: #AAC98A;
}
</style>
border-color css
<style>
span { border-color: #AAC98A; }
span { border-color: rgb(170,201,138); }
td.TdClassName
{
border-color: #AAC98A;
}
.TagClassName
{
border-color: #AAC98A;
}
</style>