Shades of Feijoa #ABCA8C
Tints of Feijoa #ABCA8C
RGB
CMYK
RGB Variations
Color information
#ABCA8C (or 0xABCA8C) is known color: Feijoa. HEX triplet: AB, CA and 8C. RGB value is (171,202,140). Sum of RGB (Red+Green+Blue) = 171+202+140=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA8C is #543573. Grayscale: #B9B9B9. Windows color (decimal): -5518708 or 9226923. OLE color: 9226923.
HSL color Cylindrical-coordinate representation of color #ABCA8C: hue angle of 90º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCA8C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 140 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.21 |
| HSL | 90º | 0.37% | 0.67% | - |
| HSV(B) | 90º | 0.31% | 0.79% | - |
| XYZ | 42.65 | 52.79 | 32.75 | - |
| YUV | 185.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 140 | 0.15 | 0 | 0.31 | 0.21 | 90 | 0.37 | 0.67 |
| Hex | AB | CA | 8C | F | 0 | 1F | 15 | 5A | 25 | 43 |
| Octal | 253 | 312 | 214 | 17 | 0 | 37 | 25 | 132 | 45 | 103 |
| Binary | 10101011 | 11001010 | 10001100 | 1111 | 0 | 11111 | 10101 | 1011010 | 100101 | 1000011 |
Color Harmonies of #ABCA8C
Complementary color
Monochromatic Colors of #ABCA8C
Black with #ABCA8C
Text Example
Text Example
White with #ABCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA8C; }
p { color: rgb(171,202,140); }
H1.HeaderClassName
{
color: #ABCA8C;
}
.AnyTagClassName
{
color: #ABCA8C;
}
</style>
background-color css
<style>
a { background-color: #ABCA8C; }
a { background-color: rgb(171,202,140); }
div.DivClassName
{
background-color: #ABCA8C;
}
.BgClassName
{
background-color: #ABCA8C;
}
</style>
border-color css
<style>
span { border-color: #ABCA8C; }
span { border-color: rgb(171,202,140); }
td.TdClassName
{
border-color: #ABCA8C;
}
.TagClassName
{
border-color: #ABCA8C;
}
</style>