Shades of Feijoa #AACC81
Tints of Feijoa #AACC81
RGB
CMYK
RGB Variations
Color information
#AACC81 (or 0xAACC81) is known color: Feijoa. HEX triplet: AA, CC and 81. RGB value is (170,204,129). Sum of RGB (Red+Green+Blue) = 170+204+129=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC81 is #55337E. Grayscale: #B9B9B9. Windows color (decimal): -5583743 or 8506538. OLE color: 8506538.
HSL color Cylindrical-coordinate representation of color #AACC81: hue angle of 87.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACC81 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 129 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.2 |
| HSL | 87.2º | 0.42% | 0.65% | - |
| HSV(B) | 87.2º | 0.37% | 0.8% | - |
| XYZ | 42.13 | 53.32 | 28.84 | - |
| YUV | 185.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 129 | 0.17 | 0 | 0.37 | 0.2 | 87.2 | 0.42 | 0.65 |
| Hex | AA | CC | 81 | 11 | 0 | 25 | 14 | 57 | 2A | 41 |
| Octal | 252 | 314 | 201 | 21 | 0 | 45 | 24 | 127 | 52 | 101 |
| Binary | 10101010 | 11001100 | 10000001 | 10001 | 0 | 100101 | 10100 | 1010111 | 101010 | 1000001 |
Color Harmonies of #AACC81
Complementary color
Monochromatic Colors of #AACC81
Black with #AACC81
Text Example
Text Example
White with #AACC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC81; }
p { color: rgb(170,204,129); }
H1.HeaderClassName
{
color: #AACC81;
}
.AnyTagClassName
{
color: #AACC81;
}
</style>
background-color css
<style>
a { background-color: #AACC81; }
a { background-color: rgb(170,204,129); }
div.DivClassName
{
background-color: #AACC81;
}
.BgClassName
{
background-color: #AACC81;
}
</style>
border-color css
<style>
span { border-color: #AACC81; }
span { border-color: rgb(170,204,129); }
td.TdClassName
{
border-color: #AACC81;
}
.TagClassName
{
border-color: #AACC81;
}
</style>