Shades of Feijoa #AACC8A
Tints of Feijoa #AACC8A
RGB
CMYK
RGB Variations
Color information
#AACC8A (or 0xAACC8A) is known color: Feijoa. HEX triplet: AA, CC and 8A. RGB value is (170,204,138). Sum of RGB (Red+Green+Blue) = 170+204+138=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8A is #553375. Grayscale: #BABABA. Windows color (decimal): -5583734 or 9096362. OLE color: 9096362.
HSL color Cylindrical-coordinate representation of color #AACC8A: hue angle of 90.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACC8A is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 138 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.2 |
| HSL | 90.91º | 0.39% | 0.67% | - |
| HSV(B) | 90.91º | 0.32% | 0.8% | - |
| XYZ | 42.76 | 53.57 | 32.13 | - |
| YUV | 186.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 138 | 0.17 | 0 | 0.32 | 0.2 | 90.91 | 0.39 | 0.67 |
| Hex | AA | CC | 8A | 11 | 0 | 20 | 14 | 5B | 27 | 43 |
| Octal | 252 | 314 | 212 | 21 | 0 | 40 | 24 | 133 | 47 | 103 |
| Binary | 10101010 | 11001100 | 10001010 | 10001 | 0 | 100000 | 10100 | 1011011 | 100111 | 1000011 |
Color Harmonies of #AACC8A
Complementary color
Monochromatic Colors of #AACC8A
Black with #AACC8A
Text Example
Text Example
White with #AACC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC8A; }
p { color: rgb(170,204,138); }
H1.HeaderClassName
{
color: #AACC8A;
}
.AnyTagClassName
{
color: #AACC8A;
}
</style>
background-color css
<style>
a { background-color: #AACC8A; }
a { background-color: rgb(170,204,138); }
div.DivClassName
{
background-color: #AACC8A;
}
.BgClassName
{
background-color: #AACC8A;
}
</style>
border-color css
<style>
span { border-color: #AACC8A; }
span { border-color: rgb(170,204,138); }
td.TdClassName
{
border-color: #AACC8A;
}
.TagClassName
{
border-color: #AACC8A;
}
</style>