Shades of Feijoa #A4ED7B
Tints of Feijoa #A4ED7B
RGB
CMYK
RGB Variations
Color information
#A4ED7B (or 0xA4ED7B) is known color: Feijoa. HEX triplet: A4, ED and 7B. RGB value is (164,237,123). Sum of RGB (Red+Green+Blue) = 164+237+123=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4ED7B is #5B1284. Grayscale: #CACACA. Windows color (decimal): -5968517 or 8121764. OLE color: 8121764.
HSL color Cylindrical-coordinate representation of color #A4ED7B: hue angle of 98.42º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4ED7B is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 123 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.07 |
| HSL | 98.42º | 0.76% | 0.71% | - |
| HSV(B) | 98.42º | 0.48% | 0.93% | - |
| XYZ | 49.17 | 69.89 | 29.64 | - |
| YUV | 202.18 | 83.32 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 123 | 0.31 | 0 | 0.48 | 0.07 | 98.42 | 0.76 | 0.71 |
| Hex | A4 | ED | 7B | 1F | 0 | 30 | 7 | 62 | 4C | 47 |
| Octal | 244 | 355 | 173 | 37 | 0 | 60 | 7 | 142 | 114 | 107 |
| Binary | 10100100 | 11101101 | 1111011 | 11111 | 0 | 110000 | 111 | 1100010 | 1001100 | 1000111 |
Color Harmonies of #A4ED7B
Complementary color
Monochromatic Colors of #A4ED7B
Black with #A4ED7B
Text Example
Text Example
White with #A4ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ED7B; }
p { color: rgb(164,237,123); }
H1.HeaderClassName
{
color: #A4ED7B;
}
.AnyTagClassName
{
color: #A4ED7B;
}
</style>
background-color css
<style>
a { background-color: #A4ED7B; }
a { background-color: rgb(164,237,123); }
div.DivClassName
{
background-color: #A4ED7B;
}
.BgClassName
{
background-color: #A4ED7B;
}
</style>
border-color css
<style>
span { border-color: #A4ED7B; }
span { border-color: rgb(164,237,123); }
td.TdClassName
{
border-color: #A4ED7B;
}
.TagClassName
{
border-color: #A4ED7B;
}
</style>