Shades of Feijoa #ABDF6E
Tints of Feijoa #ABDF6E
RGB
CMYK
RGB Variations
Color information
#ABDF6E (or 0xABDF6E) is known color: Feijoa. HEX triplet: AB, DF and 6E. RGB value is (171,223,110). Sum of RGB (Red+Green+Blue) = 171+223+110=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF6E is #542091. Grayscale: #C2C2C2. Windows color (decimal): -5513362 or 7266219. OLE color: 7266219.
HSL color Cylindrical-coordinate representation of color #ABDF6E: hue angle of 87.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABDF6E is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 110 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.13 |
| HSL | 87.61º | 0.64% | 0.65% | - |
| HSV(B) | 87.61º | 0.51% | 0.87% | - |
| XYZ | 46 | 62.56 | 24.4 | - |
| YUV | 194.57 | 80.27 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 110 | 0.23 | 0 | 0.51 | 0.13 | 87.61 | 0.64 | 0.65 |
| Hex | AB | DF | 6E | 17 | 0 | 33 | D | 58 | 40 | 41 |
| Octal | 253 | 337 | 156 | 27 | 0 | 63 | 15 | 130 | 100 | 101 |
| Binary | 10101011 | 11011111 | 1101110 | 10111 | 0 | 110011 | 1101 | 1011000 | 1000000 | 1000001 |
Color Harmonies of #ABDF6E
Complementary color
Monochromatic Colors of #ABDF6E
Black with #ABDF6E
Text Example
Text Example
White with #ABDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF6E; }
p { color: rgb(171,223,110); }
H1.HeaderClassName
{
color: #ABDF6E;
}
.AnyTagClassName
{
color: #ABDF6E;
}
</style>
background-color css
<style>
a { background-color: #ABDF6E; }
a { background-color: rgb(171,223,110); }
div.DivClassName
{
background-color: #ABDF6E;
}
.BgClassName
{
background-color: #ABDF6E;
}
</style>
border-color css
<style>
span { border-color: #ABDF6E; }
span { border-color: rgb(171,223,110); }
td.TdClassName
{
border-color: #ABDF6E;
}
.TagClassName
{
border-color: #ABDF6E;
}
</style>