Shades of Feijoa #A4EE81
Tints of Feijoa #A4EE81
RGB
CMYK
RGB Variations
Color information
#A4EE81 (or 0xA4EE81) is known color: Feijoa. HEX triplet: A4, EE and 81. RGB value is (164,238,129). Sum of RGB (Red+Green+Blue) = 164+238+129=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EE81 is #5B117E. Grayscale: #CBCBCB. Windows color (decimal): -5968255 or 8515236. OLE color: 8515236.
HSL color Cylindrical-coordinate representation of color #A4EE81: hue angle of 100.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4EE81 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 129 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.07 |
| HSL | 100.73º | 0.76% | 0.72% | - |
| HSV(B) | 100.73º | 0.46% | 0.93% | - |
| XYZ | 49.85 | 70.63 | 31.77 | - |
| YUV | 203.45 | 85.98 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 129 | 0.31 | 0 | 0.46 | 0.07 | 100.73 | 0.76 | 0.72 |
| Hex | A4 | EE | 81 | 1F | 0 | 2E | 7 | 65 | 4C | 48 |
| Octal | 244 | 356 | 201 | 37 | 0 | 56 | 7 | 145 | 114 | 110 |
| Binary | 10100100 | 11101110 | 10000001 | 11111 | 0 | 101110 | 111 | 1100101 | 1001100 | 1001000 |
Color Harmonies of #A4EE81
Complementary color
Monochromatic Colors of #A4EE81
Black with #A4EE81
Text Example
Text Example
White with #A4EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EE81; }
p { color: rgb(164,238,129); }
H1.HeaderClassName
{
color: #A4EE81;
}
.AnyTagClassName
{
color: #A4EE81;
}
</style>
background-color css
<style>
a { background-color: #A4EE81; }
a { background-color: rgb(164,238,129); }
div.DivClassName
{
background-color: #A4EE81;
}
.BgClassName
{
background-color: #A4EE81;
}
</style>
border-color css
<style>
span { border-color: #A4EE81; }
span { border-color: rgb(164,238,129); }
td.TdClassName
{
border-color: #A4EE81;
}
.TagClassName
{
border-color: #A4EE81;
}
</style>