Shades of Feijoa #ABE27B
Tints of Feijoa #ABE27B
RGB
CMYK
RGB Variations
Color information
#ABE27B (or 0xABE27B) is known color: Feijoa. HEX triplet: AB, E2 and 7B. RGB value is (171,226,123). Sum of RGB (Red+Green+Blue) = 171+226+123=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE27B is #541D84. Grayscale: #C6C6C6. Windows color (decimal): -5512581 or 8118955. OLE color: 8118955.
HSL color Cylindrical-coordinate representation of color #ABE27B: hue angle of 92.04º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABE27B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 123 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.11 |
| HSL | 92.04º | 0.64% | 0.68% | - |
| HSV(B) | 92.04º | 0.46% | 0.89% | - |
| XYZ | 47.57 | 64.48 | 28.68 | - |
| YUV | 197.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 123 | 0.24 | 0 | 0.46 | 0.11 | 92.04 | 0.64 | 0.68 |
| Hex | AB | E2 | 7B | 18 | 0 | 2E | B | 5C | 40 | 44 |
| Octal | 253 | 342 | 173 | 30 | 0 | 56 | 13 | 134 | 100 | 104 |
| Binary | 10101011 | 11100010 | 1111011 | 11000 | 0 | 101110 | 1011 | 1011100 | 1000000 | 1000100 |
Color Harmonies of #ABE27B
Complementary color
Monochromatic Colors of #ABE27B
Black with #ABE27B
Text Example
Text Example
White with #ABE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE27B; }
p { color: rgb(171,226,123); }
H1.HeaderClassName
{
color: #ABE27B;
}
.AnyTagClassName
{
color: #ABE27B;
}
</style>
background-color css
<style>
a { background-color: #ABE27B; }
a { background-color: rgb(171,226,123); }
div.DivClassName
{
background-color: #ABE27B;
}
.BgClassName
{
background-color: #ABE27B;
}
</style>
border-color css
<style>
span { border-color: #ABE27B; }
span { border-color: rgb(171,226,123); }
td.TdClassName
{
border-color: #ABE27B;
}
.TagClassName
{
border-color: #ABE27B;
}
</style>