Shades of Feijoa #ABE082
Tints of Feijoa #ABE082
RGB
CMYK
RGB Variations
Color information
#ABE082 (or 0xABE082) is known color: Feijoa. HEX triplet: AB, E0 and 82. RGB value is (171,224,130). Sum of RGB (Red+Green+Blue) = 171+224+130=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE082 is #541F7D. Grayscale: #C5C5C5. Windows color (decimal): -5513086 or 8577195. OLE color: 8577195.
HSL color Cylindrical-coordinate representation of color #ABE082: hue angle of 93.83º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABE082 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 130 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.12 |
| HSL | 93.83º | 0.6% | 0.69% | - |
| HSV(B) | 93.83º | 0.42% | 0.88% | - |
| XYZ | 47.48 | 63.58 | 30.89 | - |
| YUV | 197.44 | 89.94 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 130 | 0.24 | 0 | 0.42 | 0.12 | 93.83 | 0.6 | 0.69 |
| Hex | AB | E0 | 82 | 18 | 0 | 2A | C | 5E | 3C | 45 |
| Octal | 253 | 340 | 202 | 30 | 0 | 52 | 14 | 136 | 74 | 105 |
| Binary | 10101011 | 11100000 | 10000010 | 11000 | 0 | 101010 | 1100 | 1011110 | 111100 | 1000101 |
Color Harmonies of #ABE082
Complementary color
Monochromatic Colors of #ABE082
Black with #ABE082
Text Example
Text Example
White with #ABE082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE082; }
p { color: rgb(171,224,130); }
H1.HeaderClassName
{
color: #ABE082;
}
.AnyTagClassName
{
color: #ABE082;
}
</style>
background-color css
<style>
a { background-color: #ABE082; }
a { background-color: rgb(171,224,130); }
div.DivClassName
{
background-color: #ABE082;
}
.BgClassName
{
background-color: #ABE082;
}
</style>
border-color css
<style>
span { border-color: #ABE082; }
span { border-color: rgb(171,224,130); }
td.TdClassName
{
border-color: #ABE082;
}
.TagClassName
{
border-color: #ABE082;
}
</style>