Shades of Feijoa #A5FD7C
Tints of Feijoa #A5FD7C
RGB
CMYK
RGB Variations
Color information
#A5FD7C (or 0xA5FD7C) is known color: Feijoa. HEX triplet: A5, FD and 7C. RGB value is (165,253,124). Sum of RGB (Red+Green+Blue) = 165+253+124=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD7C is #5A0283. Grayscale: #D4D4D4. Windows color (decimal): -5898884 or 8191397. OLE color: 8191397.
HSL color Cylindrical-coordinate representation of color #A5FD7C: hue angle of 100.93º 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 #A5FD7C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 124 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.01 |
| HSL | 100.93º | 0.97% | 0.74% | - |
| HSV(B) | 100.93º | 0.51% | 0.99% | - |
| XYZ | 54.28 | 79.71 | 31.59 | - |
| YUV | 211.98 | 78.35 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 124 | 0.35 | 0 | 0.51 | 0.01 | 100.93 | 0.97 | 0.74 |
| Hex | A5 | FD | 7C | 23 | 0 | 33 | 1 | 65 | 61 | 4A |
| Octal | 245 | 375 | 174 | 43 | 0 | 63 | 1 | 145 | 141 | 112 |
| Binary | 10100101 | 11111101 | 1111100 | 100011 | 0 | 110011 | 1 | 1100101 | 1100001 | 1001010 |
Color Harmonies of #A5FD7C
Complementary color
Monochromatic Colors of #A5FD7C
Black with #A5FD7C
Text Example
Text Example
White with #A5FD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD7C; }
p { color: rgb(165,253,124); }
H1.HeaderClassName
{
color: #A5FD7C;
}
.AnyTagClassName
{
color: #A5FD7C;
}
</style>
background-color css
<style>
a { background-color: #A5FD7C; }
a { background-color: rgb(165,253,124); }
div.DivClassName
{
background-color: #A5FD7C;
}
.BgClassName
{
background-color: #A5FD7C;
}
</style>
border-color css
<style>
span { border-color: #A5FD7C; }
span { border-color: rgb(165,253,124); }
td.TdClassName
{
border-color: #A5FD7C;
}
.TagClassName
{
border-color: #A5FD7C;
}
</style>