Shades of Feijoa #A4EA70
Tints of Feijoa #A4EA70
RGB
CMYK
RGB Variations
Color information
#A4EA70 (or 0xA4EA70) is known color: Feijoa. HEX triplet: A4, EA and 70. RGB value is (164,234,112). Sum of RGB (Red+Green+Blue) = 164+234+112=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EA70 is #5B158F. Grayscale: #C7C7C7. Windows color (decimal): -5969296 or 7400100. OLE color: 7400100.
HSL color Cylindrical-coordinate representation of color #A4EA70: hue angle of 94.43º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4EA70 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 234 | 112 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.08 |
| HSL | 94.43º | 0.74% | 0.68% | - |
| HSV(B) | 94.43º | 0.52% | 0.92% | - |
| XYZ | 47.66 | 67.91 | 25.92 | - |
| YUV | 199.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 234 | 112 | 0.30 | 0 | 0.52 | 0.08 | 94.43 | 0.74 | 0.68 |
| Hex | A4 | EA | 70 | 1E | 0 | 34 | 8 | 5E | 4A | 44 |
| Octal | 244 | 352 | 160 | 36 | 0 | 64 | 10 | 136 | 112 | 104 |
| Binary | 10100100 | 11101010 | 1110000 | 11110 | 0 | 110100 | 1000 | 1011110 | 1001010 | 1000100 |
Color Harmonies of #A4EA70
Complementary color
Monochromatic Colors of #A4EA70
Black with #A4EA70
Text Example
Text Example
White with #A4EA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EA70; }
p { color: rgb(164,234,112); }
H1.HeaderClassName
{
color: #A4EA70;
}
.AnyTagClassName
{
color: #A4EA70;
}
</style>
background-color css
<style>
a { background-color: #A4EA70; }
a { background-color: rgb(164,234,112); }
div.DivClassName
{
background-color: #A4EA70;
}
.BgClassName
{
background-color: #A4EA70;
}
</style>
border-color css
<style>
span { border-color: #A4EA70; }
span { border-color: rgb(164,234,112); }
td.TdClassName
{
border-color: #A4EA70;
}
.TagClassName
{
border-color: #A4EA70;
}
</style>