Shades of Feijoa #ABE072
Tints of Feijoa #ABE072
RGB
CMYK
RGB Variations
Color information
#ABE072 (or 0xABE072) is known color: Feijoa. HEX triplet: AB, E0 and 72. RGB value is (171,224,114). Sum of RGB (Red+Green+Blue) = 171+224+114=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE072 is #541F8D. Grayscale: #C3C3C3. Windows color (decimal): -5513102 or 7528619. OLE color: 7528619.
HSL color Cylindrical-coordinate representation of color #ABE072: hue angle of 88.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABE072 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 114 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.12 |
| HSL | 88.91º | 0.64% | 0.66% | - |
| HSV(B) | 88.91º | 0.49% | 0.88% | - |
| XYZ | 46.49 | 63.18 | 25.67 | - |
| YUV | 195.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 114 | 0.24 | 0 | 0.49 | 0.12 | 88.91 | 0.64 | 0.66 |
| Hex | AB | E0 | 72 | 18 | 0 | 31 | C | 59 | 40 | 42 |
| Octal | 253 | 340 | 162 | 30 | 0 | 61 | 14 | 131 | 100 | 102 |
| Binary | 10101011 | 11100000 | 1110010 | 11000 | 0 | 110001 | 1100 | 1011001 | 1000000 | 1000010 |
Color Harmonies of #ABE072
Complementary color
Monochromatic Colors of #ABE072
Black with #ABE072
Text Example
Text Example
White with #ABE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE072; }
p { color: rgb(171,224,114); }
H1.HeaderClassName
{
color: #ABE072;
}
.AnyTagClassName
{
color: #ABE072;
}
</style>
background-color css
<style>
a { background-color: #ABE072; }
a { background-color: rgb(171,224,114); }
div.DivClassName
{
background-color: #ABE072;
}
.BgClassName
{
background-color: #ABE072;
}
</style>
border-color css
<style>
span { border-color: #ABE072; }
span { border-color: rgb(171,224,114); }
td.TdClassName
{
border-color: #ABE072;
}
.TagClassName
{
border-color: #ABE072;
}
</style>