Shades of Feijoa #A4F97A
Tints of Feijoa #A4F97A
RGB
CMYK
RGB Variations
Color information
#A4F97A (or 0xA4F97A) is known color: Feijoa. HEX triplet: A4, F9 and 7A. RGB value is (164,249,122). Sum of RGB (Red+Green+Blue) = 164+249+122=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F97A is #5B0685. Grayscale: #D1D1D1. Windows color (decimal): -5965446 or 8059300. OLE color: 8059300.
HSL color Cylindrical-coordinate representation of color #A4F97A: hue angle of 100.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4F97A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 249 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.02 |
| HSL | 100.16º | 0.91% | 0.73% | - |
| HSV(B) | 100.16º | 0.51% | 0.98% | - |
| XYZ | 52.7 | 77.05 | 30.51 | - |
| YUV | 209.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 249 | 122 | 0.34 | 0 | 0.51 | 0.02 | 100.16 | 0.91 | 0.73 |
| Hex | A4 | F9 | 7A | 22 | 0 | 33 | 2 | 64 | 5B | 49 |
| Octal | 244 | 371 | 172 | 42 | 0 | 63 | 2 | 144 | 133 | 111 |
| Binary | 10100100 | 11111001 | 1111010 | 100010 | 0 | 110011 | 10 | 1100100 | 1011011 | 1001001 |
Color Harmonies of #A4F97A
Complementary color
Monochromatic Colors of #A4F97A
Black with #A4F97A
Text Example
Text Example
White with #A4F97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F97A; }
p { color: rgb(164,249,122); }
H1.HeaderClassName
{
color: #A4F97A;
}
.AnyTagClassName
{
color: #A4F97A;
}
</style>
background-color css
<style>
a { background-color: #A4F97A; }
a { background-color: rgb(164,249,122); }
div.DivClassName
{
background-color: #A4F97A;
}
.BgClassName
{
background-color: #A4F97A;
}
</style>
border-color css
<style>
span { border-color: #A4F97A; }
span { border-color: rgb(164,249,122); }
td.TdClassName
{
border-color: #A4F97A;
}
.TagClassName
{
border-color: #A4F97A;
}
</style>