Shades of Feijoa #ABD895
Tints of Feijoa #ABD895
RGB
CMYK
RGB Variations
Color information
#ABD895 (or 0xABD895) is known color: Feijoa. HEX triplet: AB, D8 and 95. RGB value is (171,216,149). Sum of RGB (Red+Green+Blue) = 171+216+149=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD895 is #54276A. Grayscale: #C3C3C3. Windows color (decimal): -5515115 or 9820331. OLE color: 9820331.
HSL color Cylindrical-coordinate representation of color #ABD895: hue angle of 100.3º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABD895 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 149 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.15 |
| HSL | 100.3º | 0.46% | 0.72% | - |
| HSV(B) | 100.3º | 0.31% | 0.85% | - |
| XYZ | 46.78 | 59.94 | 37.54 | - |
| YUV | 194.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 149 | 0.21 | 0 | 0.31 | 0.15 | 100.3 | 0.46 | 0.72 |
| Hex | AB | D8 | 95 | 15 | 0 | 1F | F | 64 | 2E | 48 |
| Octal | 253 | 330 | 225 | 25 | 0 | 37 | 17 | 144 | 56 | 110 |
| Binary | 10101011 | 11011000 | 10010101 | 10101 | 0 | 11111 | 1111 | 1100100 | 101110 | 1001000 |
Color Harmonies of #ABD895
Complementary color
Monochromatic Colors of #ABD895
Black with #ABD895
Text Example
Text Example
White with #ABD895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD895; }
p { color: rgb(171,216,149); }
H1.HeaderClassName
{
color: #ABD895;
}
.AnyTagClassName
{
color: #ABD895;
}
</style>
background-color css
<style>
a { background-color: #ABD895; }
a { background-color: rgb(171,216,149); }
div.DivClassName
{
background-color: #ABD895;
}
.BgClassName
{
background-color: #ABD895;
}
</style>
border-color css
<style>
span { border-color: #ABD895; }
span { border-color: rgb(171,216,149); }
td.TdClassName
{
border-color: #ABD895;
}
.TagClassName
{
border-color: #ABD895;
}
</style>