Shades of Feijoa #ABE084
Tints of Feijoa #ABE084
RGB
CMYK
RGB Variations
Color information
#ABE084 (or 0xABE084) is known color: Feijoa. HEX triplet: AB, E0 and 84. RGB value is (171,224,132). Sum of RGB (Red+Green+Blue) = 171+224+132=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE084 is #541F7B. Grayscale: #C5C5C5. Windows color (decimal): -5513084 or 8708267. OLE color: 8708267.
HSL color Cylindrical-coordinate representation of color #ABE084: hue angle of 94.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABE084 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 132 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.12 |
| HSL | 94.57º | 0.6% | 0.7% | - |
| HSV(B) | 94.57º | 0.41% | 0.88% | - |
| XYZ | 47.62 | 63.64 | 31.6 | - |
| YUV | 197.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 132 | 0.24 | 0 | 0.41 | 0.12 | 94.57 | 0.6 | 0.7 |
| Hex | AB | E0 | 84 | 18 | 0 | 29 | C | 5F | 3C | 46 |
| Octal | 253 | 340 | 204 | 30 | 0 | 51 | 14 | 137 | 74 | 106 |
| Binary | 10101011 | 11100000 | 10000100 | 11000 | 0 | 101001 | 1100 | 1011111 | 111100 | 1000110 |
Color Harmonies of #ABE084
Complementary color
Monochromatic Colors of #ABE084
Black with #ABE084
Text Example
Text Example
White with #ABE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE084; }
p { color: rgb(171,224,132); }
H1.HeaderClassName
{
color: #ABE084;
}
.AnyTagClassName
{
color: #ABE084;
}
</style>
background-color css
<style>
a { background-color: #ABE084; }
a { background-color: rgb(171,224,132); }
div.DivClassName
{
background-color: #ABE084;
}
.BgClassName
{
background-color: #ABE084;
}
</style>
border-color css
<style>
span { border-color: #ABE084; }
span { border-color: rgb(171,224,132); }
td.TdClassName
{
border-color: #ABE084;
}
.TagClassName
{
border-color: #ABE084;
}
</style>