Shades of Feijoa #A4EF7D
Tints of Feijoa #A4EF7D
RGB
CMYK
RGB Variations
Color information
#A4EF7D (or 0xA4EF7D) is known color: Feijoa. HEX triplet: A4, EF and 7D. RGB value is (164,239,125). Sum of RGB (Red+Green+Blue) = 164+239+125=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EF7D is #5B1082. Grayscale: #CBCBCB. Windows color (decimal): -5968003 or 8253348. OLE color: 8253348.
HSL color Cylindrical-coordinate representation of color #A4EF7D: hue angle of 99.47º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4EF7D is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 125 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.06 |
| HSL | 99.47º | 0.78% | 0.71% | - |
| HSV(B) | 99.47º | 0.48% | 0.94% | - |
| XYZ | 49.88 | 71.11 | 30.5 | - |
| YUV | 203.58 | 83.65 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 125 | 0.31 | 0 | 0.48 | 0.06 | 99.47 | 0.78 | 0.71 |
| Hex | A4 | EF | 7D | 1F | 0 | 30 | 6 | 63 | 4E | 47 |
| Octal | 244 | 357 | 175 | 37 | 0 | 60 | 6 | 143 | 116 | 107 |
| Binary | 10100100 | 11101111 | 1111101 | 11111 | 0 | 110000 | 110 | 1100011 | 1001110 | 1000111 |
Color Harmonies of #A4EF7D
Complementary color
Monochromatic Colors of #A4EF7D
Black with #A4EF7D
Text Example
Text Example
White with #A4EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EF7D; }
p { color: rgb(164,239,125); }
H1.HeaderClassName
{
color: #A4EF7D;
}
.AnyTagClassName
{
color: #A4EF7D;
}
</style>
background-color css
<style>
a { background-color: #A4EF7D; }
a { background-color: rgb(164,239,125); }
div.DivClassName
{
background-color: #A4EF7D;
}
.BgClassName
{
background-color: #A4EF7D;
}
</style>
border-color css
<style>
span { border-color: #A4EF7D; }
span { border-color: rgb(164,239,125); }
td.TdClassName
{
border-color: #A4EF7D;
}
.TagClassName
{
border-color: #A4EF7D;
}
</style>