Shades of Feijoa #ABD978
Tints of Feijoa #ABD978
RGB
CMYK
RGB Variations
Color information
#ABD978 (or 0xABD978) is known color: Feijoa. HEX triplet: AB, D9 and 78. RGB value is (171,217,120). Sum of RGB (Red+Green+Blue) = 171+217+120=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD978 is #542687. Grayscale: #C0C0C0. Windows color (decimal): -5514888 or 7920043. OLE color: 7920043.
HSL color Cylindrical-coordinate representation of color #ABD978: hue angle of 88.45º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABD978 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 120 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.15 |
| HSL | 88.45º | 0.56% | 0.66% | - |
| HSV(B) | 88.45º | 0.45% | 0.85% | - |
| XYZ | 45 | 59.64 | 26.91 | - |
| YUV | 192.19 | 87.26 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 120 | 0.21 | 0 | 0.45 | 0.15 | 88.45 | 0.56 | 0.66 |
| Hex | AB | D9 | 78 | 15 | 0 | 2D | F | 58 | 38 | 42 |
| Octal | 253 | 331 | 170 | 25 | 0 | 55 | 17 | 130 | 70 | 102 |
| Binary | 10101011 | 11011001 | 1111000 | 10101 | 0 | 101101 | 1111 | 1011000 | 111000 | 1000010 |
Color Harmonies of #ABD978
Complementary color
Monochromatic Colors of #ABD978
Black with #ABD978
Text Example
Text Example
White with #ABD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD978; }
p { color: rgb(171,217,120); }
H1.HeaderClassName
{
color: #ABD978;
}
.AnyTagClassName
{
color: #ABD978;
}
</style>
background-color css
<style>
a { background-color: #ABD978; }
a { background-color: rgb(171,217,120); }
div.DivClassName
{
background-color: #ABD978;
}
.BgClassName
{
background-color: #ABD978;
}
</style>
border-color css
<style>
span { border-color: #ABD978; }
span { border-color: rgb(171,217,120); }
td.TdClassName
{
border-color: #ABD978;
}
.TagClassName
{
border-color: #ABD978;
}
</style>