Shades of Feijoa #ABDA78
Tints of Feijoa #ABDA78
RGB
CMYK
RGB Variations
Color information
#ABDA78 (or 0xABDA78) is known color: Feijoa. HEX triplet: AB, DA and 78. RGB value is (171,218,120). Sum of RGB (Red+Green+Blue) = 171+218+120=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA78 is #542587. Grayscale: #C1C1C1. Windows color (decimal): -5514632 or 7920299. OLE color: 7920299.
HSL color Cylindrical-coordinate representation of color #ABDA78: hue angle of 88.78º degrees, saturation: 0.57, 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 #ABDA78 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 120 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.15 |
| HSL | 88.78º | 0.57% | 0.66% | - |
| HSV(B) | 88.78º | 0.45% | 0.85% | - |
| XYZ | 45.26 | 60.16 | 27 | - |
| YUV | 192.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 120 | 0.22 | 0 | 0.45 | 0.15 | 88.78 | 0.57 | 0.66 |
| Hex | AB | DA | 78 | 16 | 0 | 2D | F | 59 | 39 | 42 |
| Octal | 253 | 332 | 170 | 26 | 0 | 55 | 17 | 131 | 71 | 102 |
| Binary | 10101011 | 11011010 | 1111000 | 10110 | 0 | 101101 | 1111 | 1011001 | 111001 | 1000010 |
Color Harmonies of #ABDA78
Complementary color
Monochromatic Colors of #ABDA78
Black with #ABDA78
Text Example
Text Example
White with #ABDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA78; }
p { color: rgb(171,218,120); }
H1.HeaderClassName
{
color: #ABDA78;
}
.AnyTagClassName
{
color: #ABDA78;
}
</style>
background-color css
<style>
a { background-color: #ABDA78; }
a { background-color: rgb(171,218,120); }
div.DivClassName
{
background-color: #ABDA78;
}
.BgClassName
{
background-color: #ABDA78;
}
</style>
border-color css
<style>
span { border-color: #ABDA78; }
span { border-color: rgb(171,218,120); }
td.TdClassName
{
border-color: #ABDA78;
}
.TagClassName
{
border-color: #ABDA78;
}
</style>