Shades of Feijoa #A4C77F
Tints of Feijoa #A4C77F
RGB
CMYK
RGB Variations
Color information
#A4C77F (or 0xA4C77F) is known color: Feijoa. HEX triplet: A4, C7 and 7F. RGB value is (164,199,127). Sum of RGB (Red+Green+Blue) = 164+199+127=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C77F is #5B3880. Grayscale: #B4B4B4. Windows color (decimal): -5978241 or 8374180. OLE color: 8374180.
HSL color Cylindrical-coordinate representation of color #A4C77F: hue angle of 89.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4C77F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 199 | 127 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 89.17º | 0.39% | 0.64% | - |
| HSV(B) | 89.17º | 0.36% | 0.78% | - |
| XYZ | 39.56 | 50.27 | 27.7 | - |
| YUV | 180.33 | 97.9 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 199 | 127 | 0.18 | 0 | 0.36 | 0.22 | 89.17 | 0.39 | 0.64 |
| Hex | A4 | C7 | 7F | 12 | 0 | 24 | 16 | 59 | 27 | 40 |
| Octal | 244 | 307 | 177 | 22 | 0 | 44 | 26 | 131 | 47 | 100 |
| Binary | 10100100 | 11000111 | 1111111 | 10010 | 0 | 100100 | 10110 | 1011001 | 100111 | 1000000 |
Color Harmonies of #A4C77F
Complementary color
Monochromatic Colors of #A4C77F
Black with #A4C77F
Text Example
Text Example
White with #A4C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C77F; }
p { color: rgb(164,199,127); }
H1.HeaderClassName
{
color: #A4C77F;
}
.AnyTagClassName
{
color: #A4C77F;
}
</style>
background-color css
<style>
a { background-color: #A4C77F; }
a { background-color: rgb(164,199,127); }
div.DivClassName
{
background-color: #A4C77F;
}
.BgClassName
{
background-color: #A4C77F;
}
</style>
border-color css
<style>
span { border-color: #A4C77F; }
span { border-color: rgb(164,199,127); }
td.TdClassName
{
border-color: #A4C77F;
}
.TagClassName
{
border-color: #A4C77F;
}
</style>