Shades of Feijoa #ABEB6D
Tints of Feijoa #ABEB6D
RGB
CMYK
RGB Variations
Color information
#ABEB6D (or 0xABEB6D) is known color: Feijoa. HEX triplet: AB, EB and 6D. RGB value is (171,235,109). Sum of RGB (Red+Green+Blue) = 171+235+109=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB6D is #541492. Grayscale: #C9C9C9. Windows color (decimal): -5510291 or 7203755. OLE color: 7203755.
HSL color Cylindrical-coordinate representation of color #ABEB6D: hue angle of 90.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABEB6D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 109 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.08 |
| HSL | 90.48º | 0.76% | 0.67% | - |
| HSV(B) | 90.48º | 0.54% | 0.92% | - |
| XYZ | 49.26 | 69.18 | 25.22 | - |
| YUV | 201.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 109 | 0.27 | 0 | 0.54 | 0.08 | 90.48 | 0.76 | 0.67 |
| Hex | AB | EB | 6D | 1B | 0 | 36 | 8 | 5A | 4C | 43 |
| Octal | 253 | 353 | 155 | 33 | 0 | 66 | 10 | 132 | 114 | 103 |
| Binary | 10101011 | 11101011 | 1101101 | 11011 | 0 | 110110 | 1000 | 1011010 | 1001100 | 1000011 |
Color Harmonies of #ABEB6D
Complementary color
Monochromatic Colors of #ABEB6D
Black with #ABEB6D
Text Example
Text Example
White with #ABEB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB6D; }
p { color: rgb(171,235,109); }
H1.HeaderClassName
{
color: #ABEB6D;
}
.AnyTagClassName
{
color: #ABEB6D;
}
</style>
background-color css
<style>
a { background-color: #ABEB6D; }
a { background-color: rgb(171,235,109); }
div.DivClassName
{
background-color: #ABEB6D;
}
.BgClassName
{
background-color: #ABEB6D;
}
</style>
border-color css
<style>
span { border-color: #ABEB6D; }
span { border-color: rgb(171,235,109); }
td.TdClassName
{
border-color: #ABEB6D;
}
.TagClassName
{
border-color: #ABEB6D;
}
</style>