Shades of Feijoa #AACF88
Tints of Feijoa #AACF88
RGB
CMYK
RGB Variations
Color information
#AACF88 (or 0xAACF88) is known color: Feijoa. HEX triplet: AA, CF and 88. RGB value is (170,207,136). Sum of RGB (Red+Green+Blue) = 170+207+136=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF88 is #553077. Grayscale: #BCBCBC. Windows color (decimal): -5582968 or 8966058. OLE color: 8966058.
HSL color Cylindrical-coordinate representation of color #AACF88: hue angle of 91.27º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AACF88 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 136 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.19 |
| HSL | 91.27º | 0.43% | 0.67% | - |
| HSV(B) | 91.27º | 0.34% | 0.81% | - |
| XYZ | 43.33 | 54.95 | 31.61 | - |
| YUV | 187.84 | 98.74 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 136 | 0.18 | 0 | 0.34 | 0.19 | 91.27 | 0.43 | 0.67 |
| Hex | AA | CF | 88 | 12 | 0 | 22 | 13 | 5B | 2B | 43 |
| Octal | 252 | 317 | 210 | 22 | 0 | 42 | 23 | 133 | 53 | 103 |
| Binary | 10101010 | 11001111 | 10001000 | 10010 | 0 | 100010 | 10011 | 1011011 | 101011 | 1000011 |
Color Harmonies of #AACF88
Complementary color
Monochromatic Colors of #AACF88
Black with #AACF88
Text Example
Text Example
White with #AACF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF88; }
p { color: rgb(170,207,136); }
H1.HeaderClassName
{
color: #AACF88;
}
.AnyTagClassName
{
color: #AACF88;
}
</style>
background-color css
<style>
a { background-color: #AACF88; }
a { background-color: rgb(170,207,136); }
div.DivClassName
{
background-color: #AACF88;
}
.BgClassName
{
background-color: #AACF88;
}
</style>
border-color css
<style>
span { border-color: #AACF88; }
span { border-color: rgb(170,207,136); }
td.TdClassName
{
border-color: #AACF88;
}
.TagClassName
{
border-color: #AACF88;
}
</style>