Shades of Feijoa #ABEE77
Tints of Feijoa #ABEE77
RGB
CMYK
RGB Variations
Color information
#ABEE77 (or 0xABEE77) is known color: Feijoa. HEX triplet: AB, EE and 77. RGB value is (171,238,119). Sum of RGB (Red+Green+Blue) = 171+238+119=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEE77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEE77 is #541188. Grayscale: #CCCCCC. Windows color (decimal): -5509513 or 7859883. OLE color: 7859883.
HSL color Cylindrical-coordinate representation of color #ABEE77: hue angle of 93.78º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABEE77 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 119 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.07 |
| HSL | 93.78º | 0.78% | 0.7% | - |
| HSV(B) | 93.78º | 0.5% | 0.93% | - |
| XYZ | 50.7 | 71.14 | 28.51 | - |
| YUV | 204.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 119 | 0.28 | 0 | 0.50 | 0.07 | 93.78 | 0.78 | 0.7 |
| Hex | AB | EE | 77 | 1C | 0 | 32 | 7 | 5E | 4E | 46 |
| Octal | 253 | 356 | 167 | 34 | 0 | 62 | 7 | 136 | 116 | 106 |
| Binary | 10101011 | 11101110 | 1110111 | 11100 | 0 | 110010 | 111 | 1011110 | 1001110 | 1000110 |
Color Harmonies of #ABEE77
Complementary color
Monochromatic Colors of #ABEE77
Black with #ABEE77
Text Example
Text Example
White with #ABEE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEE77; }
p { color: rgb(171,238,119); }
H1.HeaderClassName
{
color: #ABEE77;
}
.AnyTagClassName
{
color: #ABEE77;
}
</style>
background-color css
<style>
a { background-color: #ABEE77; }
a { background-color: rgb(171,238,119); }
div.DivClassName
{
background-color: #ABEE77;
}
.BgClassName
{
background-color: #ABEE77;
}
</style>
border-color css
<style>
span { border-color: #ABEE77; }
span { border-color: rgb(171,238,119); }
td.TdClassName
{
border-color: #ABEE77;
}
.TagClassName
{
border-color: #ABEE77;
}
</style>