Shades of Feijoa #ABE96D
Tints of Feijoa #ABE96D
RGB
CMYK
RGB Variations
Color information
#ABE96D (or 0xABE96D) is known color: Feijoa. HEX triplet: AB, E9 and 6D. RGB value is (171,233,109). Sum of RGB (Red+Green+Blue) = 171+233+109=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 109 (42.97% from 255 or 21.25% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE96D is #541692. Grayscale: #C8C8C8. Windows color (decimal): -5510803 or 7203243. OLE color: 7203243.
HSL color Cylindrical-coordinate representation of color #ABE96D: hue angle of 90º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABE96D is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 109 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.09 |
| HSL | 90º | 0.74% | 0.67% | - |
| HSV(B) | 90º | 0.53% | 0.91% | - |
| XYZ | 48.69 | 68.04 | 25.03 | - |
| YUV | 200.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 109 | 0.27 | 0 | 0.53 | 0.09 | 90 | 0.74 | 0.67 |
| Hex | AB | E9 | 6D | 1B | 0 | 35 | 9 | 5A | 4A | 43 |
| Octal | 253 | 351 | 155 | 33 | 0 | 65 | 11 | 132 | 112 | 103 |
| Binary | 10101011 | 11101001 | 1101101 | 11011 | 0 | 110101 | 1001 | 1011010 | 1001010 | 1000011 |
Color Harmonies of #ABE96D
Complementary color
Monochromatic Colors of #ABE96D
Black with #ABE96D
Text Example
Text Example
White with #ABE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE96D; }
p { color: rgb(171,233,109); }
H1.HeaderClassName
{
color: #ABE96D;
}
.AnyTagClassName
{
color: #ABE96D;
}
</style>
background-color css
<style>
a { background-color: #ABE96D; }
a { background-color: rgb(171,233,109); }
div.DivClassName
{
background-color: #ABE96D;
}
.BgClassName
{
background-color: #ABE96D;
}
</style>
border-color css
<style>
span { border-color: #ABE96D; }
span { border-color: rgb(171,233,109); }
td.TdClassName
{
border-color: #ABE96D;
}
.TagClassName
{
border-color: #ABE96D;
}
</style>