Shades of Feijoa #ABDA7E
Tints of Feijoa #ABDA7E
RGB
CMYK
RGB Variations
Color information
#ABDA7E (or 0xABDA7E) is known color: Feijoa. HEX triplet: AB, DA and 7E. RGB value is (171,218,126). Sum of RGB (Red+Green+Blue) = 171+218+126=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 126 (49.61% from 255 or 24.47% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDA7E is #542581. Grayscale: #C1C1C1. Windows color (decimal): -5514626 or 8313515. OLE color: 8313515.
HSL color Cylindrical-coordinate representation of color #ABDA7E: hue angle of 90.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABDA7E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 218 | 126 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.15 |
| HSL | 90.65º | 0.55% | 0.67% | - |
| HSV(B) | 90.65º | 0.42% | 0.85% | - |
| XYZ | 45.63 | 60.31 | 28.97 | - |
| YUV | 193.46 | 89.93 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 218 | 126 | 0.22 | 0 | 0.42 | 0.15 | 90.65 | 0.55 | 0.67 |
| Hex | AB | DA | 7E | 16 | 0 | 2A | F | 5B | 37 | 43 |
| Octal | 253 | 332 | 176 | 26 | 0 | 52 | 17 | 133 | 67 | 103 |
| Binary | 10101011 | 11011010 | 1111110 | 10110 | 0 | 101010 | 1111 | 1011011 | 110111 | 1000011 |
Color Harmonies of #ABDA7E
Complementary color
Monochromatic Colors of #ABDA7E
Black with #ABDA7E
Text Example
Text Example
White with #ABDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDA7E; }
p { color: rgb(171,218,126); }
H1.HeaderClassName
{
color: #ABDA7E;
}
.AnyTagClassName
{
color: #ABDA7E;
}
</style>
background-color css
<style>
a { background-color: #ABDA7E; }
a { background-color: rgb(171,218,126); }
div.DivClassName
{
background-color: #ABDA7E;
}
.BgClassName
{
background-color: #ABDA7E;
}
</style>
border-color css
<style>
span { border-color: #ABDA7E; }
span { border-color: rgb(171,218,126); }
td.TdClassName
{
border-color: #ABDA7E;
}
.TagClassName
{
border-color: #ABDA7E;
}
</style>