Shades of Feijoa #ABCF7C
Tints of Feijoa #ABCF7C
RGB
CMYK
RGB Variations
Color information
#ABCF7C (or 0xABCF7C) is known color: Feijoa. HEX triplet: AB, CF and 7C. RGB value is (171,207,124). Sum of RGB (Red+Green+Blue) = 171+207+124=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF7C is #543083. Grayscale: #BBBBBB. Windows color (decimal): -5517444 or 8179627. OLE color: 8179627.
HSL color Cylindrical-coordinate representation of color #ABCF7C: hue angle of 86.02º 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 #ABCF7C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 124 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.19 |
| HSL | 86.02º | 0.46% | 0.65% | - |
| HSV(B) | 86.02º | 0.4% | 0.81% | - |
| XYZ | 42.75 | 54.74 | 27.38 | - |
| YUV | 186.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 124 | 0.17 | 0 | 0.40 | 0.19 | 86.02 | 0.46 | 0.65 |
| Hex | AB | CF | 7C | 11 | 0 | 28 | 13 | 56 | 2E | 41 |
| Octal | 253 | 317 | 174 | 21 | 0 | 50 | 23 | 126 | 56 | 101 |
| Binary | 10101011 | 11001111 | 1111100 | 10001 | 0 | 101000 | 10011 | 1010110 | 101110 | 1000001 |
Color Harmonies of #ABCF7C
Complementary color
Monochromatic Colors of #ABCF7C
Black with #ABCF7C
Text Example
Text Example
White with #ABCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF7C; }
p { color: rgb(171,207,124); }
H1.HeaderClassName
{
color: #ABCF7C;
}
.AnyTagClassName
{
color: #ABCF7C;
}
</style>
background-color css
<style>
a { background-color: #ABCF7C; }
a { background-color: rgb(171,207,124); }
div.DivClassName
{
background-color: #ABCF7C;
}
.BgClassName
{
background-color: #ABCF7C;
}
</style>
border-color css
<style>
span { border-color: #ABCF7C; }
span { border-color: rgb(171,207,124); }
td.TdClassName
{
border-color: #ABCF7C;
}
.TagClassName
{
border-color: #ABCF7C;
}
</style>