Shades of Feijoa #ABE26D
Tints of Feijoa #ABE26D
RGB
CMYK
RGB Variations
Color information
#ABE26D (or 0xABE26D) is known color: Feijoa. HEX triplet: AB, E2 and 6D. RGB value is (171,226,109). Sum of RGB (Red+Green+Blue) = 171+226+109=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE26D is #541D92. Grayscale: #C4C4C4. Windows color (decimal): -5512595 or 7201451. OLE color: 7201451.
HSL color Cylindrical-coordinate representation of color #ABE26D: hue angle of 88.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABE26D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 109 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.11 |
| HSL | 88.21º | 0.67% | 0.66% | - |
| HSV(B) | 88.21º | 0.52% | 0.89% | - |
| XYZ | 46.75 | 64.15 | 24.39 | - |
| YUV | 196.22 | 78.78 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 109 | 0.24 | 0 | 0.52 | 0.11 | 88.21 | 0.67 | 0.66 |
| Hex | AB | E2 | 6D | 18 | 0 | 34 | B | 58 | 43 | 42 |
| Octal | 253 | 342 | 155 | 30 | 0 | 64 | 13 | 130 | 103 | 102 |
| Binary | 10101011 | 11100010 | 1101101 | 11000 | 0 | 110100 | 1011 | 1011000 | 1000011 | 1000010 |
Color Harmonies of #ABE26D
Complementary color
Monochromatic Colors of #ABE26D
Black with #ABE26D
Text Example
Text Example
White with #ABE26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE26D; }
p { color: rgb(171,226,109); }
H1.HeaderClassName
{
color: #ABE26D;
}
.AnyTagClassName
{
color: #ABE26D;
}
</style>
background-color css
<style>
a { background-color: #ABE26D; }
a { background-color: rgb(171,226,109); }
div.DivClassName
{
background-color: #ABE26D;
}
.BgClassName
{
background-color: #ABE26D;
}
</style>
border-color css
<style>
span { border-color: #ABE26D; }
span { border-color: rgb(171,226,109); }
td.TdClassName
{
border-color: #ABE26D;
}
.TagClassName
{
border-color: #ABE26D;
}
</style>