Shades of Feijoa #A4E28A
Tints of Feijoa #A4E28A
RGB
CMYK
RGB Variations
Color information
#A4E28A (or 0xA4E28A) is known color: Feijoa. HEX triplet: A4, E2 and 8A. RGB value is (164,226,138). Sum of RGB (Red+Green+Blue) = 164+226+138=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E28A is #5B1D75. Grayscale: #C5C5C5. Windows color (decimal): -5971318 or 9101988. OLE color: 9101988.
HSL color Cylindrical-coordinate representation of color #A4E28A: hue angle of 102.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E28A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 138 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.11 |
| HSL | 102.27º | 0.6% | 0.71% | - |
| HSV(B) | 102.27º | 0.39% | 0.89% | - |
| XYZ | 47.09 | 64.12 | 33.94 | - |
| YUV | 197.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 138 | 0.27 | 0 | 0.39 | 0.11 | 102.27 | 0.6 | 0.71 |
| Hex | A4 | E2 | 8A | 1B | 0 | 27 | B | 66 | 3C | 47 |
| Octal | 244 | 342 | 212 | 33 | 0 | 47 | 13 | 146 | 74 | 107 |
| Binary | 10100100 | 11100010 | 10001010 | 11011 | 0 | 100111 | 1011 | 1100110 | 111100 | 1000111 |
Color Harmonies of #A4E28A
Complementary color
Monochromatic Colors of #A4E28A
Black with #A4E28A
Text Example
Text Example
White with #A4E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E28A; }
p { color: rgb(164,226,138); }
H1.HeaderClassName
{
color: #A4E28A;
}
.AnyTagClassName
{
color: #A4E28A;
}
</style>
background-color css
<style>
a { background-color: #A4E28A; }
a { background-color: rgb(164,226,138); }
div.DivClassName
{
background-color: #A4E28A;
}
.BgClassName
{
background-color: #A4E28A;
}
</style>
border-color css
<style>
span { border-color: #A4E28A; }
span { border-color: rgb(164,226,138); }
td.TdClassName
{
border-color: #A4E28A;
}
.TagClassName
{
border-color: #A4E28A;
}
</style>