Shades of Feijoa #A4FD7C
Tints of Feijoa #A4FD7C
RGB
CMYK
RGB Variations
Color information
#A4FD7C (or 0xA4FD7C) is known color: Feijoa. HEX triplet: A4, FD and 7C. RGB value is (164,253,124). Sum of RGB (Red+Green+Blue) = 164+253+124=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #A4FD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FD7C is #5B0283. Grayscale: #D4D4D4. Windows color (decimal): -5964420 or 8191396. OLE color: 8191396.
HSL color Cylindrical-coordinate representation of color #A4FD7C: hue angle of 101.4º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4FD7C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 253 | 124 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.01 |
| HSL | 101.4º | 0.97% | 0.74% | - |
| HSV(B) | 101.4º | 0.51% | 0.99% | - |
| XYZ | 54.07 | 79.6 | 31.58 | - |
| YUV | 211.68 | 78.51 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 253 | 124 | 0.35 | 0 | 0.51 | 0.01 | 101.4 | 0.97 | 0.74 |
| Hex | A4 | FD | 7C | 23 | 0 | 33 | 1 | 65 | 61 | 4A |
| Octal | 244 | 375 | 174 | 43 | 0 | 63 | 1 | 145 | 141 | 112 |
| Binary | 10100100 | 11111101 | 1111100 | 100011 | 0 | 110011 | 1 | 1100101 | 1100001 | 1001010 |
Color Harmonies of #A4FD7C
Complementary color
Monochromatic Colors of #A4FD7C
Black with #A4FD7C
Text Example
Text Example
White with #A4FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FD7C; }
p { color: rgb(164,253,124); }
H1.HeaderClassName
{
color: #A4FD7C;
}
.AnyTagClassName
{
color: #A4FD7C;
}
</style>
background-color css
<style>
a { background-color: #A4FD7C; }
a { background-color: rgb(164,253,124); }
div.DivClassName
{
background-color: #A4FD7C;
}
.BgClassName
{
background-color: #A4FD7C;
}
</style>
border-color css
<style>
span { border-color: #A4FD7C; }
span { border-color: rgb(164,253,124); }
td.TdClassName
{
border-color: #A4FD7C;
}
.TagClassName
{
border-color: #A4FD7C;
}
</style>