Shades of Feijoa #ABEF6C
Tints of Feijoa #ABEF6C
RGB
CMYK
RGB Variations
Color information
#ABEF6C (or 0xABEF6C) is known color: Feijoa. HEX triplet: AB, EF and 6C. RGB value is (171,239,108). Sum of RGB (Red+Green+Blue) = 171+239+108=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEF6C is #541093. Grayscale: #CCCCCC. Windows color (decimal): -5509268 or 7139243. OLE color: 7139243.
HSL color Cylindrical-coordinate representation of color #ABEF6C: hue angle of 91.15º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABEF6C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 108 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.06 |
| HSL | 91.15º | 0.8% | 0.68% | - |
| HSV(B) | 91.15º | 0.55% | 0.94% | - |
| XYZ | 50.37 | 71.47 | 25.33 | - |
| YUV | 203.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 108 | 0.28 | 0 | 0.55 | 0.06 | 91.15 | 0.8 | 0.68 |
| Hex | AB | EF | 6C | 1C | 0 | 37 | 6 | 5B | 50 | 44 |
| Octal | 253 | 357 | 154 | 34 | 0 | 67 | 6 | 133 | 120 | 104 |
| Binary | 10101011 | 11101111 | 1101100 | 11100 | 0 | 110111 | 110 | 1011011 | 1010000 | 1000100 |
Color Harmonies of #ABEF6C
Complementary color
Monochromatic Colors of #ABEF6C
Black with #ABEF6C
Text Example
Text Example
White with #ABEF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEF6C; }
p { color: rgb(171,239,108); }
H1.HeaderClassName
{
color: #ABEF6C;
}
.AnyTagClassName
{
color: #ABEF6C;
}
</style>
background-color css
<style>
a { background-color: #ABEF6C; }
a { background-color: rgb(171,239,108); }
div.DivClassName
{
background-color: #ABEF6C;
}
.BgClassName
{
background-color: #ABEF6C;
}
</style>
border-color css
<style>
span { border-color: #ABEF6C; }
span { border-color: rgb(171,239,108); }
td.TdClassName
{
border-color: #ABEF6C;
}
.TagClassName
{
border-color: #ABEF6C;
}
</style>