Shades of Feijoa #A4E38A
Tints of Feijoa #A4E38A
RGB
CMYK
RGB Variations
Color information
#A4E38A (or 0xA4E38A) is known color: Feijoa. HEX triplet: A4, E3 and 8A. RGB value is (164,227,138). Sum of RGB (Red+Green+Blue) = 164+227+138=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E38A is #5B1C75. Grayscale: #C6C6C6. Windows color (decimal): -5971062 or 9102244. OLE color: 9102244.
HSL color Cylindrical-coordinate representation of color #A4E38A: hue angle of 102.47º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E38A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 227 | 138 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.11 |
| HSL | 102.47º | 0.61% | 0.72% | - |
| HSV(B) | 102.47º | 0.39% | 0.89% | - |
| XYZ | 47.37 | 64.67 | 34.03 | - |
| YUV | 198.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 227 | 138 | 0.28 | 0 | 0.39 | 0.11 | 102.47 | 0.61 | 0.72 |
| Hex | A4 | E3 | 8A | 1C | 0 | 27 | B | 66 | 3D | 48 |
| Octal | 244 | 343 | 212 | 34 | 0 | 47 | 13 | 146 | 75 | 110 |
| Binary | 10100100 | 11100011 | 10001010 | 11100 | 0 | 100111 | 1011 | 1100110 | 111101 | 1001000 |
Color Harmonies of #A4E38A
Complementary color
Monochromatic Colors of #A4E38A
Black with #A4E38A
Text Example
Text Example
White with #A4E38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E38A; }
p { color: rgb(164,227,138); }
H1.HeaderClassName
{
color: #A4E38A;
}
.AnyTagClassName
{
color: #A4E38A;
}
</style>
background-color css
<style>
a { background-color: #A4E38A; }
a { background-color: rgb(164,227,138); }
div.DivClassName
{
background-color: #A4E38A;
}
.BgClassName
{
background-color: #A4E38A;
}
</style>
border-color css
<style>
span { border-color: #A4E38A; }
span { border-color: rgb(164,227,138); }
td.TdClassName
{
border-color: #A4E38A;
}
.TagClassName
{
border-color: #A4E38A;
}
</style>