Shades of Feijoa #ABE094
Tints of Feijoa #ABE094
RGB
CMYK
RGB Variations
Color information
#ABE094 (or 0xABE094) is known color: Feijoa. HEX triplet: AB, E0 and 94. RGB value is (171,224,148). Sum of RGB (Red+Green+Blue) = 171+224+148=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE094 is #541F6B. Grayscale: #C7C7C7. Windows color (decimal): -5513068 or 9756843. OLE color: 9756843.
HSL color Cylindrical-coordinate representation of color #ABE094: hue angle of 101.84º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABE094 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 148 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.12 |
| HSL | 101.84º | 0.55% | 0.73% | - |
| HSV(B) | 101.84º | 0.34% | 0.88% | - |
| XYZ | 48.8 | 64.11 | 37.82 | - |
| YUV | 199.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 148 | 0.24 | 0 | 0.34 | 0.12 | 101.84 | 0.55 | 0.73 |
| Hex | AB | E0 | 94 | 18 | 0 | 22 | C | 66 | 37 | 49 |
| Octal | 253 | 340 | 224 | 30 | 0 | 42 | 14 | 146 | 67 | 111 |
| Binary | 10101011 | 11100000 | 10010100 | 11000 | 0 | 100010 | 1100 | 1100110 | 110111 | 1001001 |
Color Harmonies of #ABE094
Complementary color
Monochromatic Colors of #ABE094
Black with #ABE094
Text Example
Text Example
White with #ABE094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE094; }
p { color: rgb(171,224,148); }
H1.HeaderClassName
{
color: #ABE094;
}
.AnyTagClassName
{
color: #ABE094;
}
</style>
background-color css
<style>
a { background-color: #ABE094; }
a { background-color: rgb(171,224,148); }
div.DivClassName
{
background-color: #ABE094;
}
.BgClassName
{
background-color: #ABE094;
}
</style>
border-color css
<style>
span { border-color: #ABE094; }
span { border-color: rgb(171,224,148); }
td.TdClassName
{
border-color: #ABE094;
}
.TagClassName
{
border-color: #ABE094;
}
</style>