Shades of Feijoa #ABCF8D
Tints of Feijoa #ABCF8D
RGB
CMYK
RGB Variations
Color information
#ABCF8D (or 0xABCF8D) is known color: Feijoa. HEX triplet: AB, CF and 8D. RGB value is (171,207,141). Sum of RGB (Red+Green+Blue) = 171+207+141=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF8D is #543072. Grayscale: #BCBCBC. Windows color (decimal): -5517427 or 9293739. OLE color: 9293739.
HSL color Cylindrical-coordinate representation of color #ABCF8D: hue angle of 92.73º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCF8D is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 141 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.19 |
| HSL | 92.73º | 0.41% | 0.68% | - |
| HSV(B) | 92.73º | 0.32% | 0.81% | - |
| XYZ | 43.92 | 55.21 | 33.54 | - |
| YUV | 188.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 141 | 0.17 | 0 | 0.32 | 0.19 | 92.73 | 0.41 | 0.68 |
| Hex | AB | CF | 8D | 11 | 0 | 20 | 13 | 5D | 29 | 44 |
| Octal | 253 | 317 | 215 | 21 | 0 | 40 | 23 | 135 | 51 | 104 |
| Binary | 10101011 | 11001111 | 10001101 | 10001 | 0 | 100000 | 10011 | 1011101 | 101001 | 1000100 |
Color Harmonies of #ABCF8D
Complementary color
Monochromatic Colors of #ABCF8D
Black with #ABCF8D
Text Example
Text Example
White with #ABCF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF8D; }
p { color: rgb(171,207,141); }
H1.HeaderClassName
{
color: #ABCF8D;
}
.AnyTagClassName
{
color: #ABCF8D;
}
</style>
background-color css
<style>
a { background-color: #ABCF8D; }
a { background-color: rgb(171,207,141); }
div.DivClassName
{
background-color: #ABCF8D;
}
.BgClassName
{
background-color: #ABCF8D;
}
</style>
border-color css
<style>
span { border-color: #ABCF8D; }
span { border-color: rgb(171,207,141); }
td.TdClassName
{
border-color: #ABCF8D;
}
.TagClassName
{
border-color: #ABCF8D;
}
</style>