Shades of Feijoa #ABE079
Tints of Feijoa #ABE079
RGB
CMYK
RGB Variations
Color information
#ABE079 (or 0xABE079) is known color: Feijoa. HEX triplet: AB, E0 and 79. RGB value is (171,224,121). Sum of RGB (Red+Green+Blue) = 171+224+121=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE079 is #541F86. Grayscale: #C4C4C4. Windows color (decimal): -5513095 or 7987371. OLE color: 7987371.
HSL color Cylindrical-coordinate representation of color #ABE079: hue angle of 90.87º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABE079 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 121 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.12 |
| HSL | 90.87º | 0.62% | 0.68% | - |
| HSV(B) | 90.87º | 0.46% | 0.88% | - |
| XYZ | 46.9 | 63.35 | 27.84 | - |
| YUV | 196.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 121 | 0.24 | 0 | 0.46 | 0.12 | 90.87 | 0.62 | 0.68 |
| Hex | AB | E0 | 79 | 18 | 0 | 2E | C | 5B | 3E | 44 |
| Octal | 253 | 340 | 171 | 30 | 0 | 56 | 14 | 133 | 76 | 104 |
| Binary | 10101011 | 11100000 | 1111001 | 11000 | 0 | 101110 | 1100 | 1011011 | 111110 | 1000100 |
Color Harmonies of #ABE079
Complementary color
Monochromatic Colors of #ABE079
Black with #ABE079
Text Example
Text Example
White with #ABE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE079; }
p { color: rgb(171,224,121); }
H1.HeaderClassName
{
color: #ABE079;
}
.AnyTagClassName
{
color: #ABE079;
}
</style>
background-color css
<style>
a { background-color: #ABE079; }
a { background-color: rgb(171,224,121); }
div.DivClassName
{
background-color: #ABE079;
}
.BgClassName
{
background-color: #ABE079;
}
</style>
border-color css
<style>
span { border-color: #ABE079; }
span { border-color: rgb(171,224,121); }
td.TdClassName
{
border-color: #ABE079;
}
.TagClassName
{
border-color: #ABE079;
}
</style>