Shades of Feijoa #A4D16F
Tints of Feijoa #A4D16F
RGB
CMYK
RGB Variations
Color information
#A4D16F (or 0xA4D16F) is known color: Feijoa. HEX triplet: A4, D1 and 6F. RGB value is (164,209,111). Sum of RGB (Red+Green+Blue) = 164+209+111=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 111 (43.75% from 255 or 22.93% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #A4D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D16F is #5B2E90. Grayscale: #B8B8B8. Windows color (decimal): -5975697 or 7328164. OLE color: 7328164.
HSL color Cylindrical-coordinate representation of color #A4D16F: hue angle of 87.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4D16F is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 209 | 111 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.18 |
| HSL | 87.55º | 0.52% | 0.63% | - |
| HSV(B) | 87.55º | 0.47% | 0.82% | - |
| XYZ | 40.98 | 54.64 | 23.43 | - |
| YUV | 184.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 111 | 0.22 | 0 | 0.47 | 0.18 | 87.55 | 0.52 | 0.63 |
| Hex | A4 | D1 | 6F | 16 | 0 | 2F | 12 | 58 | 34 | 3F |
| Octal | 244 | 321 | 157 | 26 | 0 | 57 | 22 | 130 | 64 | 77 |
| Binary | 10100100 | 11010001 | 1101111 | 10110 | 0 | 101111 | 10010 | 1011000 | 110100 | 111111 |
Color Harmonies of #A4D16F
Complementary color
Monochromatic Colors of #A4D16F
Black with #A4D16F
Text Example
Text Example
White with #A4D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D16F; }
p { color: rgb(164,209,111); }
H1.HeaderClassName
{
color: #A4D16F;
}
.AnyTagClassName
{
color: #A4D16F;
}
</style>
background-color css
<style>
a { background-color: #A4D16F; }
a { background-color: rgb(164,209,111); }
div.DivClassName
{
background-color: #A4D16F;
}
.BgClassName
{
background-color: #A4D16F;
}
</style>
border-color css
<style>
span { border-color: #A4D16F; }
span { border-color: rgb(164,209,111); }
td.TdClassName
{
border-color: #A4D16F;
}
.TagClassName
{
border-color: #A4D16F;
}
</style>