Shades of Feijoa #A4E18A
Tints of Feijoa #A4E18A
RGB
CMYK
RGB Variations
Color information
#A4E18A (or 0xA4E18A) is known color: Feijoa. HEX triplet: A4, E1 and 8A. RGB value is (164,225,138). Sum of RGB (Red+Green+Blue) = 164+225+138=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E18A is #5B1E75. Grayscale: #C5C5C5. Windows color (decimal): -5971574 or 9101732. OLE color: 9101732.
HSL color Cylindrical-coordinate representation of color #A4E18A: hue angle of 102.07º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E18A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 138 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.12 |
| HSL | 102.07º | 0.59% | 0.71% | - |
| HSV(B) | 102.07º | 0.39% | 0.88% | - |
| XYZ | 46.82 | 63.58 | 33.85 | - |
| YUV | 196.84 | 94.79 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 138 | 0.27 | 0 | 0.39 | 0.12 | 102.07 | 0.59 | 0.71 |
| Hex | A4 | E1 | 8A | 1B | 0 | 27 | C | 66 | 3B | 47 |
| Octal | 244 | 341 | 212 | 33 | 0 | 47 | 14 | 146 | 73 | 107 |
| Binary | 10100100 | 11100001 | 10001010 | 11011 | 0 | 100111 | 1100 | 1100110 | 111011 | 1000111 |
Color Harmonies of #A4E18A
Complementary color
Monochromatic Colors of #A4E18A
Black with #A4E18A
Text Example
Text Example
White with #A4E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E18A; }
p { color: rgb(164,225,138); }
H1.HeaderClassName
{
color: #A4E18A;
}
.AnyTagClassName
{
color: #A4E18A;
}
</style>
background-color css
<style>
a { background-color: #A4E18A; }
a { background-color: rgb(164,225,138); }
div.DivClassName
{
background-color: #A4E18A;
}
.BgClassName
{
background-color: #A4E18A;
}
</style>
border-color css
<style>
span { border-color: #A4E18A; }
span { border-color: rgb(164,225,138); }
td.TdClassName
{
border-color: #A4E18A;
}
.TagClassName
{
border-color: #A4E18A;
}
</style>