Shades of Feijoa #AACF85
Tints of Feijoa #AACF85
RGB
CMYK
RGB Variations
Color information
#AACF85 (or 0xAACF85) is known color: Feijoa. HEX triplet: AA, CF and 85. RGB value is (170,207,133). Sum of RGB (Red+Green+Blue) = 170+207+133=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF85 is #55307A. Grayscale: #BBBBBB. Windows color (decimal): -5582971 or 8769450. OLE color: 8769450.
HSL color Cylindrical-coordinate representation of color #AACF85: hue angle of 90º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AACF85 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 133 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.19 |
| HSL | 90º | 0.44% | 0.67% | - |
| HSV(B) | 90º | 0.36% | 0.81% | - |
| XYZ | 43.12 | 54.87 | 30.51 | - |
| YUV | 187.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 133 | 0.18 | 0 | 0.36 | 0.19 | 90 | 0.44 | 0.67 |
| Hex | AA | CF | 85 | 12 | 0 | 24 | 13 | 5A | 2C | 43 |
| Octal | 252 | 317 | 205 | 22 | 0 | 44 | 23 | 132 | 54 | 103 |
| Binary | 10101010 | 11001111 | 10000101 | 10010 | 0 | 100100 | 10011 | 1011010 | 101100 | 1000011 |
Color Harmonies of #AACF85
Complementary color
Monochromatic Colors of #AACF85
Black with #AACF85
Text Example
Text Example
White with #AACF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF85; }
p { color: rgb(170,207,133); }
H1.HeaderClassName
{
color: #AACF85;
}
.AnyTagClassName
{
color: #AACF85;
}
</style>
background-color css
<style>
a { background-color: #AACF85; }
a { background-color: rgb(170,207,133); }
div.DivClassName
{
background-color: #AACF85;
}
.BgClassName
{
background-color: #AACF85;
}
</style>
border-color css
<style>
span { border-color: #AACF85; }
span { border-color: rgb(170,207,133); }
td.TdClassName
{
border-color: #AACF85;
}
.TagClassName
{
border-color: #AACF85;
}
</style>