Shades of Feijoa #A4FB6D
Tints of Feijoa #A4FB6D
RGB
CMYK
RGB Variations
Color information
#A4FB6D (or 0xA4FB6D) is known color: Feijoa. HEX triplet: A4, FB and 6D. RGB value is (164,251,109). Sum of RGB (Red+Green+Blue) = 164+251+109=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FB6D is #5B0492. Grayscale: #D1D1D1. Windows color (decimal): -5964947 or 7207844. OLE color: 7207844.
HSL color Cylindrical-coordinate representation of color #A4FB6D: hue angle of 96.76º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4FB6D is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 109 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.02 |
| HSL | 96.76º | 0.95% | 0.71% | - |
| HSV(B) | 96.76º | 0.57% | 0.98% | - |
| XYZ | 52.57 | 77.99 | 26.75 | - |
| YUV | 208.8 | 71.68 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 109 | 0.35 | 0 | 0.57 | 0.02 | 96.76 | 0.95 | 0.71 |
| Hex | A4 | FB | 6D | 23 | 0 | 39 | 2 | 61 | 5F | 47 |
| Octal | 244 | 373 | 155 | 43 | 0 | 71 | 2 | 141 | 137 | 107 |
| Binary | 10100100 | 11111011 | 1101101 | 100011 | 0 | 111001 | 10 | 1100001 | 1011111 | 1000111 |
Color Harmonies of #A4FB6D
Complementary color
Monochromatic Colors of #A4FB6D
Black with #A4FB6D
Text Example
Text Example
White with #A4FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FB6D; }
p { color: rgb(164,251,109); }
H1.HeaderClassName
{
color: #A4FB6D;
}
.AnyTagClassName
{
color: #A4FB6D;
}
</style>
background-color css
<style>
a { background-color: #A4FB6D; }
a { background-color: rgb(164,251,109); }
div.DivClassName
{
background-color: #A4FB6D;
}
.BgClassName
{
background-color: #A4FB6D;
}
</style>
border-color css
<style>
span { border-color: #A4FB6D; }
span { border-color: rgb(164,251,109); }
td.TdClassName
{
border-color: #A4FB6D;
}
.TagClassName
{
border-color: #A4FB6D;
}
</style>