Shades of Feijoa #A4F77D
Tints of Feijoa #A4F77D
RGB
CMYK
RGB Variations
Color information
#A4F77D (or 0xA4F77D) is known color: Feijoa. HEX triplet: A4, F7 and 7D. RGB value is (164,247,125). Sum of RGB (Red+Green+Blue) = 164+247+125=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #A4F77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F77D is #5B0882. Grayscale: #D0D0D0. Windows color (decimal): -5965955 or 8255396. OLE color: 8255396.
HSL color Cylindrical-coordinate representation of color #A4F77D: hue angle of 100.82º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4F77D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 247 | 125 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.03 |
| HSL | 100.82º | 0.88% | 0.73% | - |
| HSV(B) | 100.82º | 0.49% | 0.97% | - |
| XYZ | 52.27 | 75.89 | 31.3 | - |
| YUV | 208.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 247 | 125 | 0.34 | 0 | 0.49 | 0.03 | 100.82 | 0.88 | 0.73 |
| Hex | A4 | F7 | 7D | 22 | 0 | 31 | 3 | 65 | 58 | 49 |
| Octal | 244 | 367 | 175 | 42 | 0 | 61 | 3 | 145 | 130 | 111 |
| Binary | 10100100 | 11110111 | 1111101 | 100010 | 0 | 110001 | 11 | 1100101 | 1011000 | 1001001 |
Color Harmonies of #A4F77D
Complementary color
Monochromatic Colors of #A4F77D
Black with #A4F77D
Text Example
Text Example
White with #A4F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F77D; }
p { color: rgb(164,247,125); }
H1.HeaderClassName
{
color: #A4F77D;
}
.AnyTagClassName
{
color: #A4F77D;
}
</style>
background-color css
<style>
a { background-color: #A4F77D; }
a { background-color: rgb(164,247,125); }
div.DivClassName
{
background-color: #A4F77D;
}
.BgClassName
{
background-color: #A4F77D;
}
</style>
border-color css
<style>
span { border-color: #A4F77D; }
span { border-color: rgb(164,247,125); }
td.TdClassName
{
border-color: #A4F77D;
}
.TagClassName
{
border-color: #A4F77D;
}
</style>