Shades of Feijoa #ABDA77
Tints of Feijoa #ABDA77
RGB
CMYK
RGB Variations
Color information
#ABDA77 (or 0xABDA77) is known color: Feijoa. HEX triplet: AB, DA and 77. RGB value is (171,218,119). Sum of RGB (Red+Green+Blue) = 171+218+119=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA77 is #542588. Grayscale: #C1C1C1. Windows color (decimal): -5514633 or 7854763. OLE color: 7854763.
HSL color Cylindrical-coordinate representation of color #ABDA77: hue angle of 88.48º 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 #ABDA77 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 119 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.15 |
| HSL | 88.48º | 0.57% | 0.66% | - |
| HSV(B) | 88.48º | 0.45% | 0.85% | - |
| XYZ | 45.2 | 60.13 | 26.68 | - |
| YUV | 192.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 119 | 0.22 | 0 | 0.45 | 0.15 | 88.48 | 0.57 | 0.66 |
| Hex | AB | DA | 77 | 16 | 0 | 2D | F | 58 | 39 | 42 |
| Octal | 253 | 332 | 167 | 26 | 0 | 55 | 17 | 130 | 71 | 102 |
| Binary | 10101011 | 11011010 | 1110111 | 10110 | 0 | 101101 | 1111 | 1011000 | 111001 | 1000010 |
Color Harmonies of #ABDA77
Complementary color
Monochromatic Colors of #ABDA77
Black with #ABDA77
Text Example
Text Example
White with #ABDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA77; }
p { color: rgb(171,218,119); }
H1.HeaderClassName
{
color: #ABDA77;
}
.AnyTagClassName
{
color: #ABDA77;
}
</style>
background-color css
<style>
a { background-color: #ABDA77; }
a { background-color: rgb(171,218,119); }
div.DivClassName
{
background-color: #ABDA77;
}
.BgClassName
{
background-color: #ABDA77;
}
</style>
border-color css
<style>
span { border-color: #ABDA77; }
span { border-color: rgb(171,218,119); }
td.TdClassName
{
border-color: #ABDA77;
}
.TagClassName
{
border-color: #ABDA77;
}
</style>