Shades of Feijoa #AACC84
Tints of Feijoa #AACC84
RGB
CMYK
RGB Variations
Color information
#AACC84 (or 0xAACC84) is known color: Feijoa. HEX triplet: AA, CC and 84. RGB value is (170,204,132). Sum of RGB (Red+Green+Blue) = 170+204+132=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC84 is #55337B. Grayscale: #B9B9B9. Windows color (decimal): -5583740 or 8703146. OLE color: 8703146.
HSL color Cylindrical-coordinate representation of color #AACC84: hue angle of 88.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AACC84 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 132 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.2 |
| HSL | 88.33º | 0.41% | 0.66% | - |
| HSV(B) | 88.33º | 0.35% | 0.8% | - |
| XYZ | 42.34 | 53.4 | 29.91 | - |
| YUV | 185.63 | 97.74 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 132 | 0.17 | 0 | 0.35 | 0.2 | 88.33 | 0.41 | 0.66 |
| Hex | AA | CC | 84 | 11 | 0 | 23 | 14 | 58 | 29 | 42 |
| Octal | 252 | 314 | 204 | 21 | 0 | 43 | 24 | 130 | 51 | 102 |
| Binary | 10101010 | 11001100 | 10000100 | 10001 | 0 | 100011 | 10100 | 1011000 | 101001 | 1000010 |
Color Harmonies of #AACC84
Complementary color
Monochromatic Colors of #AACC84
Black with #AACC84
Text Example
Text Example
White with #AACC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC84; }
p { color: rgb(170,204,132); }
H1.HeaderClassName
{
color: #AACC84;
}
.AnyTagClassName
{
color: #AACC84;
}
</style>
background-color css
<style>
a { background-color: #AACC84; }
a { background-color: rgb(170,204,132); }
div.DivClassName
{
background-color: #AACC84;
}
.BgClassName
{
background-color: #AACC84;
}
</style>
border-color css
<style>
span { border-color: #AACC84; }
span { border-color: rgb(170,204,132); }
td.TdClassName
{
border-color: #AACC84;
}
.TagClassName
{
border-color: #AACC84;
}
</style>