Shades of Feijoa #ABE06D
Tints of Feijoa #ABE06D
RGB
CMYK
RGB Variations
Color information
#ABE06D (or 0xABE06D) is known color: Feijoa. HEX triplet: AB, E0 and 6D. RGB value is (171,224,109). Sum of RGB (Red+Green+Blue) = 171+224+109=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE06D is #541F92. Grayscale: #C3C3C3. Windows color (decimal): -5513107 or 7200939. OLE color: 7200939.
HSL color Cylindrical-coordinate representation of color #ABE06D: hue angle of 87.65º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE06D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 109 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.12 |
| HSL | 87.65º | 0.65% | 0.65% | - |
| HSV(B) | 87.65º | 0.51% | 0.88% | - |
| XYZ | 46.21 | 63.07 | 24.21 | - |
| YUV | 195.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 109 | 0.24 | 0 | 0.51 | 0.12 | 87.65 | 0.65 | 0.65 |
| Hex | AB | E0 | 6D | 18 | 0 | 33 | C | 58 | 41 | 41 |
| Octal | 253 | 340 | 155 | 30 | 0 | 63 | 14 | 130 | 101 | 101 |
| Binary | 10101011 | 11100000 | 1101101 | 11000 | 0 | 110011 | 1100 | 1011000 | 1000001 | 1000001 |
Color Harmonies of #ABE06D
Complementary color
Monochromatic Colors of #ABE06D
Black with #ABE06D
Text Example
Text Example
White with #ABE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE06D; }
p { color: rgb(171,224,109); }
H1.HeaderClassName
{
color: #ABE06D;
}
.AnyTagClassName
{
color: #ABE06D;
}
</style>
background-color css
<style>
a { background-color: #ABE06D; }
a { background-color: rgb(171,224,109); }
div.DivClassName
{
background-color: #ABE06D;
}
.BgClassName
{
background-color: #ABE06D;
}
</style>
border-color css
<style>
span { border-color: #ABE06D; }
span { border-color: rgb(171,224,109); }
td.TdClassName
{
border-color: #ABE06D;
}
.TagClassName
{
border-color: #ABE06D;
}
</style>