Shades of Feijoa #ABCF7D
Tints of Feijoa #ABCF7D
RGB
CMYK
RGB Variations
Color information
#ABCF7D (or 0xABCF7D) is known color: Feijoa. HEX triplet: AB, CF and 7D. RGB value is (171,207,125). Sum of RGB (Red+Green+Blue) = 171+207+125=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF7D is #543082. Grayscale: #BBBBBB. Windows color (decimal): -5517443 or 8245163. OLE color: 8245163.
HSL color Cylindrical-coordinate representation of color #ABCF7D: hue angle of 86.34º 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 #ABCF7D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 125 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.19 |
| HSL | 86.34º | 0.46% | 0.65% | - |
| HSV(B) | 86.34º | 0.4% | 0.81% | - |
| XYZ | 42.81 | 54.76 | 27.72 | - |
| YUV | 186.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 125 | 0.17 | 0 | 0.40 | 0.19 | 86.34 | 0.46 | 0.65 |
| Hex | AB | CF | 7D | 11 | 0 | 28 | 13 | 56 | 2E | 41 |
| Octal | 253 | 317 | 175 | 21 | 0 | 50 | 23 | 126 | 56 | 101 |
| Binary | 10101011 | 11001111 | 1111101 | 10001 | 0 | 101000 | 10011 | 1010110 | 101110 | 1000001 |
Color Harmonies of #ABCF7D
Complementary color
Monochromatic Colors of #ABCF7D
Black with #ABCF7D
Text Example
Text Example
White with #ABCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF7D; }
p { color: rgb(171,207,125); }
H1.HeaderClassName
{
color: #ABCF7D;
}
.AnyTagClassName
{
color: #ABCF7D;
}
</style>
background-color css
<style>
a { background-color: #ABCF7D; }
a { background-color: rgb(171,207,125); }
div.DivClassName
{
background-color: #ABCF7D;
}
.BgClassName
{
background-color: #ABCF7D;
}
</style>
border-color css
<style>
span { border-color: #ABCF7D; }
span { border-color: rgb(171,207,125); }
td.TdClassName
{
border-color: #ABCF7D;
}
.TagClassName
{
border-color: #ABCF7D;
}
</style>