Shades of Feijoa #A4ED81
Tints of Feijoa #A4ED81
RGB
CMYK
RGB Variations
Color information
#A4ED81 (or 0xA4ED81) is known color: Feijoa. HEX triplet: A4, ED and 81. RGB value is (164,237,129). Sum of RGB (Red+Green+Blue) = 164+237+129=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4ED81 is #5B127E. Grayscale: #CBCBCB. Windows color (decimal): -5968511 or 8514980. OLE color: 8514980.
HSL color Cylindrical-coordinate representation of color #A4ED81: hue angle of 100.56º degrees, saturation: 0.75, 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 #A4ED81 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 129 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.07 |
| HSL | 100.56º | 0.75% | 0.72% | - |
| HSV(B) | 100.56º | 0.46% | 0.93% | - |
| XYZ | 49.56 | 70.05 | 31.68 | - |
| YUV | 202.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 129 | 0.31 | 0 | 0.46 | 0.07 | 100.56 | 0.75 | 0.72 |
| Hex | A4 | ED | 81 | 1F | 0 | 2E | 7 | 65 | 4B | 48 |
| Octal | 244 | 355 | 201 | 37 | 0 | 56 | 7 | 145 | 113 | 110 |
| Binary | 10100100 | 11101101 | 10000001 | 11111 | 0 | 101110 | 111 | 1100101 | 1001011 | 1001000 |
Color Harmonies of #A4ED81
Complementary color
Monochromatic Colors of #A4ED81
Black with #A4ED81
Text Example
Text Example
White with #A4ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ED81; }
p { color: rgb(164,237,129); }
H1.HeaderClassName
{
color: #A4ED81;
}
.AnyTagClassName
{
color: #A4ED81;
}
</style>
background-color css
<style>
a { background-color: #A4ED81; }
a { background-color: rgb(164,237,129); }
div.DivClassName
{
background-color: #A4ED81;
}
.BgClassName
{
background-color: #A4ED81;
}
</style>
border-color css
<style>
span { border-color: #A4ED81; }
span { border-color: rgb(164,237,129); }
td.TdClassName
{
border-color: #A4ED81;
}
.TagClassName
{
border-color: #A4ED81;
}
</style>