Shades of Feijoa #ABE972
Tints of Feijoa #ABE972
RGB
CMYK
RGB Variations
Color information
#ABE972 (or 0xABE972) is known color: Feijoa. HEX triplet: AB, E9 and 72. RGB value is (171,233,114). Sum of RGB (Red+Green+Blue) = 171+233+114=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE972 is #54168D. Grayscale: #C9C9C9. Windows color (decimal): -5510798 or 7530923. OLE color: 7530923.
HSL color Cylindrical-coordinate representation of color #ABE972: hue angle of 91.26º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE972 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 114 | - |
| CMYK | 0.27 | 0 | 0.51 | 0.09 |
| HSL | 91.26º | 0.73% | 0.68% | - |
| HSV(B) | 91.26º | 0.51% | 0.91% | - |
| XYZ | 48.97 | 68.15 | 26.49 | - |
| YUV | 200.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 114 | 0.27 | 0 | 0.51 | 0.09 | 91.26 | 0.73 | 0.68 |
| Hex | AB | E9 | 72 | 1B | 0 | 33 | 9 | 5B | 49 | 44 |
| Octal | 253 | 351 | 162 | 33 | 0 | 63 | 11 | 133 | 111 | 104 |
| Binary | 10101011 | 11101001 | 1110010 | 11011 | 0 | 110011 | 1001 | 1011011 | 1001001 | 1000100 |
Color Harmonies of #ABE972
Complementary color
Monochromatic Colors of #ABE972
Black with #ABE972
Text Example
Text Example
White with #ABE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE972; }
p { color: rgb(171,233,114); }
H1.HeaderClassName
{
color: #ABE972;
}
.AnyTagClassName
{
color: #ABE972;
}
</style>
background-color css
<style>
a { background-color: #ABE972; }
a { background-color: rgb(171,233,114); }
div.DivClassName
{
background-color: #ABE972;
}
.BgClassName
{
background-color: #ABE972;
}
</style>
border-color css
<style>
span { border-color: #ABE972; }
span { border-color: rgb(171,233,114); }
td.TdClassName
{
border-color: #ABE972;
}
.TagClassName
{
border-color: #ABE972;
}
</style>