Shades of Feijoa #ABE76D
Tints of Feijoa #ABE76D
RGB
CMYK
RGB Variations
Color information
#ABE76D (or 0xABE76D) is known color: Feijoa. HEX triplet: AB, E7 and 6D. RGB value is (171,231,109). Sum of RGB (Red+Green+Blue) = 171+231+109=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE76D is #541892. Grayscale: #C7C7C7. Windows color (decimal): -5511315 or 7202731. OLE color: 7202731.
HSL color Cylindrical-coordinate representation of color #ABE76D: hue angle of 89.51º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABE76D is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 231 | 109 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.09 |
| HSL | 89.51º | 0.72% | 0.67% | - |
| HSV(B) | 89.51º | 0.53% | 0.91% | - |
| XYZ | 48.13 | 66.91 | 24.85 | - |
| YUV | 199.15 | 77.12 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 109 | 0.26 | 0 | 0.53 | 0.09 | 89.51 | 0.72 | 0.67 |
| Hex | AB | E7 | 6D | 1A | 0 | 35 | 9 | 5A | 48 | 43 |
| Octal | 253 | 347 | 155 | 32 | 0 | 65 | 11 | 132 | 110 | 103 |
| Binary | 10101011 | 11100111 | 1101101 | 11010 | 0 | 110101 | 1001 | 1011010 | 1001000 | 1000011 |
Color Harmonies of #ABE76D
Complementary color
Monochromatic Colors of #ABE76D
Black with #ABE76D
Text Example
Text Example
White with #ABE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE76D; }
p { color: rgb(171,231,109); }
H1.HeaderClassName
{
color: #ABE76D;
}
.AnyTagClassName
{
color: #ABE76D;
}
</style>
background-color css
<style>
a { background-color: #ABE76D; }
a { background-color: rgb(171,231,109); }
div.DivClassName
{
background-color: #ABE76D;
}
.BgClassName
{
background-color: #ABE76D;
}
</style>
border-color css
<style>
span { border-color: #ABE76D; }
span { border-color: rgb(171,231,109); }
td.TdClassName
{
border-color: #ABE76D;
}
.TagClassName
{
border-color: #ABE76D;
}
</style>