Shades of Feijoa #ABEA7B
Tints of Feijoa #ABEA7B
RGB
CMYK
RGB Variations
Color information
#ABEA7B (or 0xABEA7B) is known color: Feijoa. HEX triplet: AB, EA and 7B. RGB value is (171,234,123). Sum of RGB (Red+Green+Blue) = 171+234+123=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 123 (48.44% from 255 or 23.30% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEA7B is #541584. Grayscale: #CACACA. Windows color (decimal): -5510533 or 8121003. OLE color: 8121003.
HSL color Cylindrical-coordinate representation of color #ABEA7B: hue angle of 94.05º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABEA7B is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 123 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.08 |
| HSL | 94.05º | 0.73% | 0.7% | - |
| HSV(B) | 94.05º | 0.47% | 0.92% | - |
| XYZ | 49.79 | 68.93 | 29.42 | - |
| YUV | 202.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 123 | 0.27 | 0 | 0.47 | 0.08 | 94.05 | 0.73 | 0.7 |
| Hex | AB | EA | 7B | 1B | 0 | 2F | 8 | 5E | 49 | 46 |
| Octal | 253 | 352 | 173 | 33 | 0 | 57 | 10 | 136 | 111 | 106 |
| Binary | 10101011 | 11101010 | 1111011 | 11011 | 0 | 101111 | 1000 | 1011110 | 1001001 | 1000110 |
Color Harmonies of #ABEA7B
Complementary color
Monochromatic Colors of #ABEA7B
Black with #ABEA7B
Text Example
Text Example
White with #ABEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEA7B; }
p { color: rgb(171,234,123); }
H1.HeaderClassName
{
color: #ABEA7B;
}
.AnyTagClassName
{
color: #ABEA7B;
}
</style>
background-color css
<style>
a { background-color: #ABEA7B; }
a { background-color: rgb(171,234,123); }
div.DivClassName
{
background-color: #ABEA7B;
}
.BgClassName
{
background-color: #ABEA7B;
}
</style>
border-color css
<style>
span { border-color: #ABEA7B; }
span { border-color: rgb(171,234,123); }
td.TdClassName
{
border-color: #ABEA7B;
}
.TagClassName
{
border-color: #ABEA7B;
}
</style>