Shades of Feijoa #AACC8C
Tints of Feijoa #AACC8C
RGB
CMYK
RGB Variations
Color information
#AACC8C (or 0xAACC8C) is known color: Feijoa. HEX triplet: AA, CC and 8C. RGB value is (170,204,140). Sum of RGB (Red+Green+Blue) = 170+204+140=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8C is #553373. Grayscale: #BABABA. Windows color (decimal): -5583732 or 9227434. OLE color: 9227434.
HSL color Cylindrical-coordinate representation of color #AACC8C: hue angle of 91.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACC8C is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 140 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.2 |
| HSL | 91.88º | 0.39% | 0.67% | - |
| HSV(B) | 91.88º | 0.31% | 0.8% | - |
| XYZ | 42.9 | 53.63 | 32.9 | - |
| YUV | 186.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 140 | 0.17 | 0 | 0.31 | 0.2 | 91.88 | 0.39 | 0.67 |
| Hex | AA | CC | 8C | 11 | 0 | 1F | 14 | 5C | 27 | 43 |
| Octal | 252 | 314 | 214 | 21 | 0 | 37 | 24 | 134 | 47 | 103 |
| Binary | 10101010 | 11001100 | 10001100 | 10001 | 0 | 11111 | 10100 | 1011100 | 100111 | 1000011 |
Color Harmonies of #AACC8C
Complementary color
Monochromatic Colors of #AACC8C
Black with #AACC8C
Text Example
Text Example
White with #AACC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC8C; }
p { color: rgb(170,204,140); }
H1.HeaderClassName
{
color: #AACC8C;
}
.AnyTagClassName
{
color: #AACC8C;
}
</style>
background-color css
<style>
a { background-color: #AACC8C; }
a { background-color: rgb(170,204,140); }
div.DivClassName
{
background-color: #AACC8C;
}
.BgClassName
{
background-color: #AACC8C;
}
</style>
border-color css
<style>
span { border-color: #AACC8C; }
span { border-color: rgb(170,204,140); }
td.TdClassName
{
border-color: #AACC8C;
}
.TagClassName
{
border-color: #AACC8C;
}
</style>