Shades of Feijoa #A4E581
Tints of Feijoa #A4E581
RGB
CMYK
RGB Variations
Color information
#A4E581 (or 0xA4E581) is known color: Feijoa. HEX triplet: A4, E5 and 81. RGB value is (164,229,129). Sum of RGB (Red+Green+Blue) = 164+229+129=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E581 is #5B1A7E. Grayscale: #C6C6C6. Windows color (decimal): -5970559 or 8512932. OLE color: 8512932.
HSL color Cylindrical-coordinate representation of color #A4E581: hue angle of 99º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4E581 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 129 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.10 |
| HSL | 99º | 0.66% | 0.7% | - |
| HSV(B) | 99º | 0.44% | 0.9% | - |
| XYZ | 47.29 | 65.52 | 30.92 | - |
| YUV | 198.17 | 88.97 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 129 | 0.28 | 0 | 0.44 | 0.10 | 99 | 0.66 | 0.7 |
| Hex | A4 | E5 | 81 | 1C | 0 | 2C | A | 63 | 42 | 46 |
| Octal | 244 | 345 | 201 | 34 | 0 | 54 | 12 | 143 | 102 | 106 |
| Binary | 10100100 | 11100101 | 10000001 | 11100 | 0 | 101100 | 1010 | 1100011 | 1000010 | 1000110 |
Color Harmonies of #A4E581
Complementary color
Monochromatic Colors of #A4E581
Black with #A4E581
Text Example
Text Example
White with #A4E581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E581; }
p { color: rgb(164,229,129); }
H1.HeaderClassName
{
color: #A4E581;
}
.AnyTagClassName
{
color: #A4E581;
}
</style>
background-color css
<style>
a { background-color: #A4E581; }
a { background-color: rgb(164,229,129); }
div.DivClassName
{
background-color: #A4E581;
}
.BgClassName
{
background-color: #A4E581;
}
</style>
border-color css
<style>
span { border-color: #A4E581; }
span { border-color: rgb(164,229,129); }
td.TdClassName
{
border-color: #A4E581;
}
.TagClassName
{
border-color: #A4E581;
}
</style>