Shades of Feijoa #ABDF7E
Tints of Feijoa #ABDF7E
RGB
CMYK
RGB Variations
Color information
#ABDF7E (or 0xABDF7E) is known color: Feijoa. HEX triplet: AB, DF and 7E. RGB value is (171,223,126). Sum of RGB (Red+Green+Blue) = 171+223+126=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 126 (49.61% from 255 or 24.23% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF7E is #542081. Grayscale: #C4C4C4. Windows color (decimal): -5513346 or 8314795. OLE color: 8314795.
HSL color Cylindrical-coordinate representation of color #ABDF7E: hue angle of 92.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABDF7E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 126 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.13 |
| HSL | 92.16º | 0.6% | 0.68% | - |
| HSV(B) | 92.16º | 0.43% | 0.87% | - |
| XYZ | 46.95 | 62.94 | 29.41 | - |
| YUV | 196.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 126 | 0.23 | 0 | 0.43 | 0.13 | 92.16 | 0.6 | 0.68 |
| Hex | AB | DF | 7E | 17 | 0 | 2B | D | 5C | 3C | 44 |
| Octal | 253 | 337 | 176 | 27 | 0 | 53 | 15 | 134 | 74 | 104 |
| Binary | 10101011 | 11011111 | 1111110 | 10111 | 0 | 101011 | 1101 | 1011100 | 111100 | 1000100 |
Color Harmonies of #ABDF7E
Complementary color
Monochromatic Colors of #ABDF7E
Black with #ABDF7E
Text Example
Text Example
White with #ABDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF7E; }
p { color: rgb(171,223,126); }
H1.HeaderClassName
{
color: #ABDF7E;
}
.AnyTagClassName
{
color: #ABDF7E;
}
</style>
background-color css
<style>
a { background-color: #ABDF7E; }
a { background-color: rgb(171,223,126); }
div.DivClassName
{
background-color: #ABDF7E;
}
.BgClassName
{
background-color: #ABDF7E;
}
</style>
border-color css
<style>
span { border-color: #ABDF7E; }
span { border-color: rgb(171,223,126); }
td.TdClassName
{
border-color: #ABDF7E;
}
.TagClassName
{
border-color: #ABDF7E;
}
</style>