Shades of Feijoa #A4EC7B
Tints of Feijoa #A4EC7B
RGB
CMYK
RGB Variations
Color information
#A4EC7B (or 0xA4EC7B) is known color: Feijoa. HEX triplet: A4, EC and 7B. RGB value is (164,236,123). Sum of RGB (Red+Green+Blue) = 164+236+123=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC7B is #5B1384. Grayscale: #C9C9C9. Windows color (decimal): -5968773 or 8121508. OLE color: 8121508.
HSL color Cylindrical-coordinate representation of color #A4EC7B: hue angle of 98.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4EC7B is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 123 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.07 |
| HSL | 98.23º | 0.75% | 0.7% | - |
| HSV(B) | 98.23º | 0.48% | 0.93% | - |
| XYZ | 48.88 | 69.31 | 29.54 | - |
| YUV | 201.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 123 | 0.31 | 0 | 0.48 | 0.07 | 98.23 | 0.75 | 0.7 |
| Hex | A4 | EC | 7B | 1F | 0 | 30 | 7 | 62 | 4B | 46 |
| Octal | 244 | 354 | 173 | 37 | 0 | 60 | 7 | 142 | 113 | 106 |
| Binary | 10100100 | 11101100 | 1111011 | 11111 | 0 | 110000 | 111 | 1100010 | 1001011 | 1000110 |
Color Harmonies of #A4EC7B
Complementary color
Monochromatic Colors of #A4EC7B
Black with #A4EC7B
Text Example
Text Example
White with #A4EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EC7B; }
p { color: rgb(164,236,123); }
H1.HeaderClassName
{
color: #A4EC7B;
}
.AnyTagClassName
{
color: #A4EC7B;
}
</style>
background-color css
<style>
a { background-color: #A4EC7B; }
a { background-color: rgb(164,236,123); }
div.DivClassName
{
background-color: #A4EC7B;
}
.BgClassName
{
background-color: #A4EC7B;
}
</style>
border-color css
<style>
span { border-color: #A4EC7B; }
span { border-color: rgb(164,236,123); }
td.TdClassName
{
border-color: #A4EC7B;
}
.TagClassName
{
border-color: #A4EC7B;
}
</style>