Shades of Feijoa #ABEB7B
Tints of Feijoa #ABEB7B
RGB
CMYK
RGB Variations
Color information
#ABEB7B (or 0xABEB7B) is known color: Feijoa. HEX triplet: AB, EB and 7B. RGB value is (171,235,123). Sum of RGB (Red+Green+Blue) = 171+235+123=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB7B is #541484. Grayscale: #CBCBCB. Windows color (decimal): -5510277 or 8121259. OLE color: 8121259.
HSL color Cylindrical-coordinate representation of color #ABEB7B: hue angle of 94.29º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABEB7B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 123 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.08 |
| HSL | 94.29º | 0.74% | 0.7% | - |
| HSV(B) | 94.29º | 0.48% | 0.92% | - |
| XYZ | 50.08 | 69.5 | 29.52 | - |
| YUV | 203.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 123 | 0.27 | 0 | 0.48 | 0.08 | 94.29 | 0.74 | 0.7 |
| Hex | AB | EB | 7B | 1B | 0 | 30 | 8 | 5E | 4A | 46 |
| Octal | 253 | 353 | 173 | 33 | 0 | 60 | 10 | 136 | 112 | 106 |
| Binary | 10101011 | 11101011 | 1111011 | 11011 | 0 | 110000 | 1000 | 1011110 | 1001010 | 1000110 |
Color Harmonies of #ABEB7B
Complementary color
Monochromatic Colors of #ABEB7B
Black with #ABEB7B
Text Example
Text Example
White with #ABEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB7B; }
p { color: rgb(171,235,123); }
H1.HeaderClassName
{
color: #ABEB7B;
}
.AnyTagClassName
{
color: #ABEB7B;
}
</style>
background-color css
<style>
a { background-color: #ABEB7B; }
a { background-color: rgb(171,235,123); }
div.DivClassName
{
background-color: #ABEB7B;
}
.BgClassName
{
background-color: #ABEB7B;
}
</style>
border-color css
<style>
span { border-color: #ABEB7B; }
span { border-color: rgb(171,235,123); }
td.TdClassName
{
border-color: #ABEB7B;
}
.TagClassName
{
border-color: #ABEB7B;
}
</style>