Shades of Feijoa #AACF7D
Tints of Feijoa #AACF7D
RGB
CMYK
RGB Variations
Color information
#AACF7D (or 0xAACF7D) is known color: Feijoa. HEX triplet: AA, CF and 7D. RGB value is (170,207,125). Sum of RGB (Red+Green+Blue) = 170+207+125=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF7D is #553082. Grayscale: #BABABA. Windows color (decimal): -5582979 or 8245162. OLE color: 8245162.
HSL color Cylindrical-coordinate representation of color #AACF7D: hue angle of 87.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AACF7D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 125 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.19 |
| HSL | 87.07º | 0.46% | 0.65% | - |
| HSV(B) | 87.07º | 0.4% | 0.81% | - |
| XYZ | 42.59 | 54.65 | 27.71 | - |
| YUV | 186.59 | 93.24 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 125 | 0.18 | 0 | 0.40 | 0.19 | 87.07 | 0.46 | 0.65 |
| Hex | AA | CF | 7D | 12 | 0 | 28 | 13 | 57 | 2E | 41 |
| Octal | 252 | 317 | 175 | 22 | 0 | 50 | 23 | 127 | 56 | 101 |
| Binary | 10101010 | 11001111 | 1111101 | 10010 | 0 | 101000 | 10011 | 1010111 | 101110 | 1000001 |
Color Harmonies of #AACF7D
Complementary color
Monochromatic Colors of #AACF7D
Black with #AACF7D
Text Example
Text Example
White with #AACF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF7D; }
p { color: rgb(170,207,125); }
H1.HeaderClassName
{
color: #AACF7D;
}
.AnyTagClassName
{
color: #AACF7D;
}
</style>
background-color css
<style>
a { background-color: #AACF7D; }
a { background-color: rgb(170,207,125); }
div.DivClassName
{
background-color: #AACF7D;
}
.BgClassName
{
background-color: #AACF7D;
}
</style>
border-color css
<style>
span { border-color: #AACF7D; }
span { border-color: rgb(170,207,125); }
td.TdClassName
{
border-color: #AACF7D;
}
.TagClassName
{
border-color: #AACF7D;
}
</style>