Shades of Feijoa #ABCF80
Tints of Feijoa #ABCF80
RGB
CMYK
RGB Variations
Color information
#ABCF80 (or 0xABCF80) is known color: Feijoa. HEX triplet: AB, CF and 80. RGB value is (171,207,128). Sum of RGB (Red+Green+Blue) = 171+207+128=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF80 is #54307F. Grayscale: #BBBBBB. Windows color (decimal): -5517440 or 8441771. OLE color: 8441771.
HSL color Cylindrical-coordinate representation of color #ABCF80: hue angle of 87.34º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABCF80 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 128 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.19 |
| HSL | 87.34º | 0.45% | 0.66% | - |
| HSV(B) | 87.34º | 0.38% | 0.81% | - |
| XYZ | 43 | 54.84 | 28.74 | - |
| YUV | 187.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 128 | 0.17 | 0 | 0.38 | 0.19 | 87.34 | 0.45 | 0.66 |
| Hex | AB | CF | 80 | 11 | 0 | 26 | 13 | 57 | 2D | 42 |
| Octal | 253 | 317 | 200 | 21 | 0 | 46 | 23 | 127 | 55 | 102 |
| Binary | 10101011 | 11001111 | 10000000 | 10001 | 0 | 100110 | 10011 | 1010111 | 101101 | 1000010 |
Color Harmonies of #ABCF80
Complementary color
Monochromatic Colors of #ABCF80
Black with #ABCF80
Text Example
Text Example
White with #ABCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF80; }
p { color: rgb(171,207,128); }
H1.HeaderClassName
{
color: #ABCF80;
}
.AnyTagClassName
{
color: #ABCF80;
}
</style>
background-color css
<style>
a { background-color: #ABCF80; }
a { background-color: rgb(171,207,128); }
div.DivClassName
{
background-color: #ABCF80;
}
.BgClassName
{
background-color: #ABCF80;
}
</style>
border-color css
<style>
span { border-color: #ABCF80; }
span { border-color: rgb(171,207,128); }
td.TdClassName
{
border-color: #ABCF80;
}
.TagClassName
{
border-color: #ABCF80;
}
</style>