Shades of Feijoa #ABDD6E
Tints of Feijoa #ABDD6E
RGB
CMYK
RGB Variations
Color information
#ABDD6E (or 0xABDD6E) is known color: Feijoa. HEX triplet: AB, DD and 6E. RGB value is (171,221,110). Sum of RGB (Red+Green+Blue) = 171+221+110=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD6E is #542291. Grayscale: #C1C1C1. Windows color (decimal): -5513874 or 7265707. OLE color: 7265707.
HSL color Cylindrical-coordinate representation of color #ABDD6E: hue angle of 87.03º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABDD6E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 110 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.13 |
| HSL | 87.03º | 0.62% | 0.65% | - |
| HSV(B) | 87.03º | 0.5% | 0.87% | - |
| XYZ | 45.47 | 61.5 | 24.23 | - |
| YUV | 193.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 110 | 0.23 | 0 | 0.50 | 0.13 | 87.03 | 0.62 | 0.65 |
| Hex | AB | DD | 6E | 17 | 0 | 32 | D | 57 | 3E | 41 |
| Octal | 253 | 335 | 156 | 27 | 0 | 62 | 15 | 127 | 76 | 101 |
| Binary | 10101011 | 11011101 | 1101110 | 10111 | 0 | 110010 | 1101 | 1010111 | 111110 | 1000001 |
Color Harmonies of #ABDD6E
Complementary color
Monochromatic Colors of #ABDD6E
Black with #ABDD6E
Text Example
Text Example
White with #ABDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD6E; }
p { color: rgb(171,221,110); }
H1.HeaderClassName
{
color: #ABDD6E;
}
.AnyTagClassName
{
color: #ABDD6E;
}
</style>
background-color css
<style>
a { background-color: #ABDD6E; }
a { background-color: rgb(171,221,110); }
div.DivClassName
{
background-color: #ABDD6E;
}
.BgClassName
{
background-color: #ABDD6E;
}
</style>
border-color css
<style>
span { border-color: #ABDD6E; }
span { border-color: rgb(171,221,110); }
td.TdClassName
{
border-color: #ABDD6E;
}
.TagClassName
{
border-color: #ABDD6E;
}
</style>