Shades of Feijoa #A4F77A
Tints of Feijoa #A4F77A
RGB
CMYK
RGB Variations
Color information
#A4F77A (or 0xA4F77A) is known color: Feijoa. HEX triplet: A4, F7 and 7A. RGB value is (164,247,122). Sum of RGB (Red+Green+Blue) = 164+247+122=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F77A is #5B0885. Grayscale: #D0D0D0. Windows color (decimal): -5965958 or 8058788. OLE color: 8058788.
HSL color Cylindrical-coordinate representation of color #A4F77A: hue angle of 99.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4F77A is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 122 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.03 |
| HSL | 99.84º | 0.89% | 0.72% | - |
| HSV(B) | 99.84º | 0.51% | 0.97% | - |
| XYZ | 52.08 | 75.82 | 30.3 | - |
| YUV | 207.93 | 79.5 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 122 | 0.34 | 0 | 0.51 | 0.03 | 99.84 | 0.89 | 0.72 |
| Hex | A4 | F7 | 7A | 22 | 0 | 33 | 3 | 64 | 59 | 48 |
| Octal | 244 | 367 | 172 | 42 | 0 | 63 | 3 | 144 | 131 | 110 |
| Binary | 10100100 | 11110111 | 1111010 | 100010 | 0 | 110011 | 11 | 1100100 | 1011001 | 1001000 |
Color Harmonies of #A4F77A
Complementary color
Monochromatic Colors of #A4F77A
Black with #A4F77A
Text Example
Text Example
White with #A4F77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F77A; }
p { color: rgb(164,247,122); }
H1.HeaderClassName
{
color: #A4F77A;
}
.AnyTagClassName
{
color: #A4F77A;
}
</style>
background-color css
<style>
a { background-color: #A4F77A; }
a { background-color: rgb(164,247,122); }
div.DivClassName
{
background-color: #A4F77A;
}
.BgClassName
{
background-color: #A4F77A;
}
</style>
border-color css
<style>
span { border-color: #A4F77A; }
span { border-color: rgb(164,247,122); }
td.TdClassName
{
border-color: #A4F77A;
}
.TagClassName
{
border-color: #A4F77A;
}
</style>