Shades of Feijoa #ABE26E
Tints of Feijoa #ABE26E
RGB
CMYK
RGB Variations
Color information
#ABE26E (or 0xABE26E) is known color: Feijoa. HEX triplet: AB, E2 and 6E. RGB value is (171,226,110). Sum of RGB (Red+Green+Blue) = 171+226+110=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE26E is #541D91. Grayscale: #C4C4C4. Windows color (decimal): -5512594 or 7266987. OLE color: 7266987.
HSL color Cylindrical-coordinate representation of color #ABE26E: hue angle of 88.45º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE26E is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 110 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.11 |
| HSL | 88.45º | 0.67% | 0.66% | - |
| HSV(B) | 88.45º | 0.51% | 0.89% | - |
| XYZ | 46.81 | 64.18 | 24.67 | - |
| YUV | 196.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 110 | 0.24 | 0 | 0.51 | 0.11 | 88.45 | 0.67 | 0.66 |
| Hex | AB | E2 | 6E | 18 | 0 | 33 | B | 58 | 43 | 42 |
| Octal | 253 | 342 | 156 | 30 | 0 | 63 | 13 | 130 | 103 | 102 |
| Binary | 10101011 | 11100010 | 1101110 | 11000 | 0 | 110011 | 1011 | 1011000 | 1000011 | 1000010 |
Color Harmonies of #ABE26E
Complementary color
Monochromatic Colors of #ABE26E
Black with #ABE26E
Text Example
Text Example
White with #ABE26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE26E; }
p { color: rgb(171,226,110); }
H1.HeaderClassName
{
color: #ABE26E;
}
.AnyTagClassName
{
color: #ABE26E;
}
</style>
background-color css
<style>
a { background-color: #ABE26E; }
a { background-color: rgb(171,226,110); }
div.DivClassName
{
background-color: #ABE26E;
}
.BgClassName
{
background-color: #ABE26E;
}
</style>
border-color css
<style>
span { border-color: #ABE26E; }
span { border-color: rgb(171,226,110); }
td.TdClassName
{
border-color: #ABE26E;
}
.TagClassName
{
border-color: #ABE26E;
}
</style>