Shades of Feijoa #ABCA8E
Tints of Feijoa #ABCA8E
RGB
CMYK
RGB Variations
Color information
#ABCA8E (or 0xABCA8E) is known color: Feijoa. HEX triplet: AB, CA and 8E. RGB value is (171,202,142). Sum of RGB (Red+Green+Blue) = 171+202+142=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA8E is #543571. Grayscale: #BABABA. Windows color (decimal): -5518706 or 9357995. OLE color: 9357995.
HSL color Cylindrical-coordinate representation of color #ABCA8E: hue angle of 91º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCA8E is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 142 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.21 |
| HSL | 91º | 0.36% | 0.67% | - |
| HSV(B) | 91º | 0.3% | 0.79% | - |
| XYZ | 42.8 | 52.85 | 33.54 | - |
| YUV | 185.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 142 | 0.15 | 0 | 0.30 | 0.21 | 91 | 0.36 | 0.67 |
| Hex | AB | CA | 8E | F | 0 | 1E | 15 | 5B | 24 | 43 |
| Octal | 253 | 312 | 216 | 17 | 0 | 36 | 25 | 133 | 44 | 103 |
| Binary | 10101011 | 11001010 | 10001110 | 1111 | 0 | 11110 | 10101 | 1011011 | 100100 | 1000011 |
Color Harmonies of #ABCA8E
Complementary color
Monochromatic Colors of #ABCA8E
Black with #ABCA8E
Text Example
Text Example
White with #ABCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA8E; }
p { color: rgb(171,202,142); }
H1.HeaderClassName
{
color: #ABCA8E;
}
.AnyTagClassName
{
color: #ABCA8E;
}
</style>
background-color css
<style>
a { background-color: #ABCA8E; }
a { background-color: rgb(171,202,142); }
div.DivClassName
{
background-color: #ABCA8E;
}
.BgClassName
{
background-color: #ABCA8E;
}
</style>
border-color css
<style>
span { border-color: #ABCA8E; }
span { border-color: rgb(171,202,142); }
td.TdClassName
{
border-color: #ABCA8E;
}
.TagClassName
{
border-color: #ABCA8E;
}
</style>