Shades of Feijoa #ABCE8A
Tints of Feijoa #ABCE8A
RGB
CMYK
RGB Variations
Color information
#ABCE8A (or 0xABCE8A) is known color: Feijoa. HEX triplet: AB, CE and 8A. RGB value is (171,206,138). Sum of RGB (Red+Green+Blue) = 171+206+138=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCE8A is #543175. Grayscale: #BCBCBC. Windows color (decimal): -5517686 or 9096875. OLE color: 9096875.
HSL color Cylindrical-coordinate representation of color #ABCE8A: hue angle of 90.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABCE8A is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 138 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.19 |
| HSL | 90.88º | 0.41% | 0.67% | - |
| HSV(B) | 90.88º | 0.33% | 0.81% | - |
| XYZ | 43.45 | 54.64 | 32.3 | - |
| YUV | 187.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 138 | 0.17 | 0 | 0.33 | 0.19 | 90.88 | 0.41 | 0.67 |
| Hex | AB | CE | 8A | 11 | 0 | 21 | 13 | 5B | 29 | 43 |
| Octal | 253 | 316 | 212 | 21 | 0 | 41 | 23 | 133 | 51 | 103 |
| Binary | 10101011 | 11001110 | 10001010 | 10001 | 0 | 100001 | 10011 | 1011011 | 101001 | 1000011 |
Color Harmonies of #ABCE8A
Complementary color
Monochromatic Colors of #ABCE8A
Black with #ABCE8A
Text Example
Text Example
White with #ABCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE8A; }
p { color: rgb(171,206,138); }
H1.HeaderClassName
{
color: #ABCE8A;
}
.AnyTagClassName
{
color: #ABCE8A;
}
</style>
background-color css
<style>
a { background-color: #ABCE8A; }
a { background-color: rgb(171,206,138); }
div.DivClassName
{
background-color: #ABCE8A;
}
.BgClassName
{
background-color: #ABCE8A;
}
</style>
border-color css
<style>
span { border-color: #ABCE8A; }
span { border-color: rgb(171,206,138); }
td.TdClassName
{
border-color: #ABCE8A;
}
.TagClassName
{
border-color: #ABCE8A;
}
</style>