Shades of Feijoa #ABE078
Tints of Feijoa #ABE078
RGB
CMYK
RGB Variations
Color information
#ABE078 (or 0xABE078) is known color: Feijoa. HEX triplet: AB, E0 and 78. RGB value is (171,224,120). Sum of RGB (Red+Green+Blue) = 171+224+120=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE078 is #541F87. Grayscale: #C4C4C4. Windows color (decimal): -5513096 or 7921835. OLE color: 7921835.
HSL color Cylindrical-coordinate representation of color #ABE078: hue angle of 90.58º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABE078 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 120 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.12 |
| HSL | 90.58º | 0.63% | 0.67% | - |
| HSV(B) | 90.58º | 0.46% | 0.88% | - |
| XYZ | 46.84 | 63.33 | 27.52 | - |
| YUV | 196.3 | 84.94 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 120 | 0.24 | 0 | 0.46 | 0.12 | 90.58 | 0.63 | 0.67 |
| Hex | AB | E0 | 78 | 18 | 0 | 2E | C | 5B | 3F | 43 |
| Octal | 253 | 340 | 170 | 30 | 0 | 56 | 14 | 133 | 77 | 103 |
| Binary | 10101011 | 11100000 | 1111000 | 11000 | 0 | 101110 | 1100 | 1011011 | 111111 | 1000011 |
Color Harmonies of #ABE078
Complementary color
Monochromatic Colors of #ABE078
Black with #ABE078
Text Example
Text Example
White with #ABE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE078; }
p { color: rgb(171,224,120); }
H1.HeaderClassName
{
color: #ABE078;
}
.AnyTagClassName
{
color: #ABE078;
}
</style>
background-color css
<style>
a { background-color: #ABE078; }
a { background-color: rgb(171,224,120); }
div.DivClassName
{
background-color: #ABE078;
}
.BgClassName
{
background-color: #ABE078;
}
</style>
border-color css
<style>
span { border-color: #ABE078; }
span { border-color: rgb(171,224,120); }
td.TdClassName
{
border-color: #ABE078;
}
.TagClassName
{
border-color: #ABE078;
}
</style>