Shades of Feijoa #A4E08D
Tints of Feijoa #A4E08D
RGB
CMYK
RGB Variations
Color information
#A4E08D (or 0xA4E08D) is known color: Feijoa. HEX triplet: A4, E0 and 8D. RGB value is (164,224,141). Sum of RGB (Red+Green+Blue) = 164+224+141=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E08D is #5B1F72. Grayscale: #C4C4C4. Windows color (decimal): -5971827 or 9298084. OLE color: 9298084.
HSL color Cylindrical-coordinate representation of color #A4E08D: hue angle of 103.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4E08D is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 141 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.12 |
| HSL | 103.37º | 0.57% | 0.72% | - |
| HSV(B) | 103.37º | 0.37% | 0.88% | - |
| XYZ | 46.77 | 63.13 | 34.92 | - |
| YUV | 196.6 | 96.62 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 141 | 0.27 | 0 | 0.37 | 0.12 | 103.37 | 0.57 | 0.72 |
| Hex | A4 | E0 | 8D | 1B | 0 | 25 | C | 67 | 39 | 48 |
| Octal | 244 | 340 | 215 | 33 | 0 | 45 | 14 | 147 | 71 | 110 |
| Binary | 10100100 | 11100000 | 10001101 | 11011 | 0 | 100101 | 1100 | 1100111 | 111001 | 1001000 |
Color Harmonies of #A4E08D
Complementary color
Monochromatic Colors of #A4E08D
Black with #A4E08D
Text Example
Text Example
White with #A4E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E08D; }
p { color: rgb(164,224,141); }
H1.HeaderClassName
{
color: #A4E08D;
}
.AnyTagClassName
{
color: #A4E08D;
}
</style>
background-color css
<style>
a { background-color: #A4E08D; }
a { background-color: rgb(164,224,141); }
div.DivClassName
{
background-color: #A4E08D;
}
.BgClassName
{
background-color: #A4E08D;
}
</style>
border-color css
<style>
span { border-color: #A4E08D; }
span { border-color: rgb(164,224,141); }
td.TdClassName
{
border-color: #A4E08D;
}
.TagClassName
{
border-color: #A4E08D;
}
</style>