Shades of Feijoa #AACF7B
Tints of Feijoa #AACF7B
RGB
CMYK
RGB Variations
Color information
#AACF7B (or 0xAACF7B) is known color: Feijoa. HEX triplet: AA, CF and 7B. RGB value is (170,207,123). Sum of RGB (Red+Green+Blue) = 170+207+123=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF7B is #553084. Grayscale: #BABABA. Windows color (decimal): -5582981 or 8114090. OLE color: 8114090.
HSL color Cylindrical-coordinate representation of color #AACF7B: hue angle of 86.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AACF7B is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 123 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.19 |
| HSL | 86.43º | 0.47% | 0.65% | - |
| HSV(B) | 86.43º | 0.41% | 0.81% | - |
| XYZ | 42.47 | 54.6 | 27.04 | - |
| YUV | 186.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 123 | 0.18 | 0 | 0.41 | 0.19 | 86.43 | 0.47 | 0.65 |
| Hex | AA | CF | 7B | 12 | 0 | 29 | 13 | 56 | 2F | 41 |
| Octal | 252 | 317 | 173 | 22 | 0 | 51 | 23 | 126 | 57 | 101 |
| Binary | 10101010 | 11001111 | 1111011 | 10010 | 0 | 101001 | 10011 | 1010110 | 101111 | 1000001 |
Color Harmonies of #AACF7B
Complementary color
Monochromatic Colors of #AACF7B
Black with #AACF7B
Text Example
Text Example
White with #AACF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF7B; }
p { color: rgb(170,207,123); }
H1.HeaderClassName
{
color: #AACF7B;
}
.AnyTagClassName
{
color: #AACF7B;
}
</style>
background-color css
<style>
a { background-color: #AACF7B; }
a { background-color: rgb(170,207,123); }
div.DivClassName
{
background-color: #AACF7B;
}
.BgClassName
{
background-color: #AACF7B;
}
</style>
border-color css
<style>
span { border-color: #AACF7B; }
span { border-color: rgb(170,207,123); }
td.TdClassName
{
border-color: #AACF7B;
}
.TagClassName
{
border-color: #AACF7B;
}
</style>