Shades of Feijoa #A4F36D
Tints of Feijoa #A4F36D
RGB
CMYK
RGB Variations
Color information
#A4F36D (or 0xA4F36D) is known color: Feijoa. HEX triplet: A4, F3 and 6D. RGB value is (164,243,109). Sum of RGB (Red+Green+Blue) = 164+243+109=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F36D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F36D is #5B0C92. Grayscale: #CCCCCC. Windows color (decimal): -5966995 or 7205796. OLE color: 7205796.
HSL color Cylindrical-coordinate representation of color #A4F36D: hue angle of 95.37º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4F36D is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 243 | 109 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.05 |
| HSL | 95.37º | 0.85% | 0.69% | - |
| HSV(B) | 95.37º | 0.55% | 0.95% | - |
| XYZ | 50.12 | 73.1 | 25.94 | - |
| YUV | 204.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 243 | 109 | 0.33 | 0 | 0.55 | 0.05 | 95.37 | 0.85 | 0.69 |
| Hex | A4 | F3 | 6D | 21 | 0 | 37 | 5 | 5F | 55 | 45 |
| Octal | 244 | 363 | 155 | 41 | 0 | 67 | 5 | 137 | 125 | 105 |
| Binary | 10100100 | 11110011 | 1101101 | 100001 | 0 | 110111 | 101 | 1011111 | 1010101 | 1000101 |
Color Harmonies of #A4F36D
Complementary color
Monochromatic Colors of #A4F36D
Black with #A4F36D
Text Example
Text Example
White with #A4F36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F36D; }
p { color: rgb(164,243,109); }
H1.HeaderClassName
{
color: #A4F36D;
}
.AnyTagClassName
{
color: #A4F36D;
}
</style>
background-color css
<style>
a { background-color: #A4F36D; }
a { background-color: rgb(164,243,109); }
div.DivClassName
{
background-color: #A4F36D;
}
.BgClassName
{
background-color: #A4F36D;
}
</style>
border-color css
<style>
span { border-color: #A4F36D; }
span { border-color: rgb(164,243,109); }
td.TdClassName
{
border-color: #A4F36D;
}
.TagClassName
{
border-color: #A4F36D;
}
</style>