Shades of Feijoa #AACF87
Tints of Feijoa #AACF87
RGB
CMYK
RGB Variations
Color information
#AACF87 (or 0xAACF87) is known color: Feijoa. HEX triplet: AA, CF and 87. RGB value is (170,207,135). Sum of RGB (Red+Green+Blue) = 170+207+135=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF87 is #553078. Grayscale: #BBBBBB. Windows color (decimal): -5582969 or 8900522. OLE color: 8900522.
HSL color Cylindrical-coordinate representation of color #AACF87: hue angle of 90.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AACF87 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 135 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.19 |
| HSL | 90.83º | 0.43% | 0.67% | - |
| HSV(B) | 90.83º | 0.35% | 0.81% | - |
| XYZ | 43.26 | 54.92 | 31.24 | - |
| YUV | 187.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 135 | 0.18 | 0 | 0.35 | 0.19 | 90.83 | 0.43 | 0.67 |
| Hex | AA | CF | 87 | 12 | 0 | 23 | 13 | 5B | 2B | 43 |
| Octal | 252 | 317 | 207 | 22 | 0 | 43 | 23 | 133 | 53 | 103 |
| Binary | 10101010 | 11001111 | 10000111 | 10010 | 0 | 100011 | 10011 | 1011011 | 101011 | 1000011 |
Color Harmonies of #AACF87
Complementary color
Monochromatic Colors of #AACF87
Black with #AACF87
Text Example
Text Example
White with #AACF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF87; }
p { color: rgb(170,207,135); }
H1.HeaderClassName
{
color: #AACF87;
}
.AnyTagClassName
{
color: #AACF87;
}
</style>
background-color css
<style>
a { background-color: #AACF87; }
a { background-color: rgb(170,207,135); }
div.DivClassName
{
background-color: #AACF87;
}
.BgClassName
{
background-color: #AACF87;
}
</style>
border-color css
<style>
span { border-color: #AACF87; }
span { border-color: rgb(170,207,135); }
td.TdClassName
{
border-color: #AACF87;
}
.TagClassName
{
border-color: #AACF87;
}
</style>