Shades of Feijoa #A4E58A
Tints of Feijoa #A4E58A
RGB
CMYK
RGB Variations
Color information
#A4E58A (or 0xA4E58A) is known color: Feijoa. HEX triplet: A4, E5 and 8A. RGB value is (164,229,138). Sum of RGB (Red+Green+Blue) = 164+229+138=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E58A is #5B1A75. Grayscale: #C7C7C7. Windows color (decimal): -5970550 or 9102756. OLE color: 9102756.
HSL color Cylindrical-coordinate representation of color #A4E58A: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4E58A is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 138 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.10 |
| HSL | 102.86º | 0.64% | 0.72% | - |
| HSV(B) | 102.86º | 0.4% | 0.9% | - |
| XYZ | 47.92 | 65.77 | 34.21 | - |
| YUV | 199.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 138 | 0.28 | 0 | 0.40 | 0.10 | 102.86 | 0.64 | 0.72 |
| Hex | A4 | E5 | 8A | 1C | 0 | 28 | A | 67 | 40 | 48 |
| Octal | 244 | 345 | 212 | 34 | 0 | 50 | 12 | 147 | 100 | 110 |
| Binary | 10100100 | 11100101 | 10001010 | 11100 | 0 | 101000 | 1010 | 1100111 | 1000000 | 1001000 |
Color Harmonies of #A4E58A
Complementary color
Monochromatic Colors of #A4E58A
Black with #A4E58A
Text Example
Text Example
White with #A4E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E58A; }
p { color: rgb(164,229,138); }
H1.HeaderClassName
{
color: #A4E58A;
}
.AnyTagClassName
{
color: #A4E58A;
}
</style>
background-color css
<style>
a { background-color: #A4E58A; }
a { background-color: rgb(164,229,138); }
div.DivClassName
{
background-color: #A4E58A;
}
.BgClassName
{
background-color: #A4E58A;
}
</style>
border-color css
<style>
span { border-color: #A4E58A; }
span { border-color: rgb(164,229,138); }
td.TdClassName
{
border-color: #A4E58A;
}
.TagClassName
{
border-color: #A4E58A;
}
</style>