Shades of Feijoa #A5F07C
Tints of Feijoa #A5F07C
RGB
CMYK
RGB Variations
Color information
#A5F07C (or 0xA5F07C) is known color: Feijoa. HEX triplet: A5, F0 and 7C. RGB value is (165,240,124). Sum of RGB (Red+Green+Blue) = 165+240+124=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F07C is #5A0F83. Grayscale: #CCCCCC. Windows color (decimal): -5902212 or 8188069. OLE color: 8188069.
HSL color Cylindrical-coordinate representation of color #A5F07C: hue angle of 98.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5F07C is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 124 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.06 |
| HSL | 98.79º | 0.79% | 0.71% | - |
| HSV(B) | 98.79º | 0.48% | 0.94% | - |
| XYZ | 50.32 | 71.77 | 30.27 | - |
| YUV | 204.35 | 82.65 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 124 | 0.31 | 0 | 0.48 | 0.06 | 98.79 | 0.79 | 0.71 |
| Hex | A5 | F0 | 7C | 1F | 0 | 30 | 6 | 63 | 4F | 47 |
| Octal | 245 | 360 | 174 | 37 | 0 | 60 | 6 | 143 | 117 | 107 |
| Binary | 10100101 | 11110000 | 1111100 | 11111 | 0 | 110000 | 110 | 1100011 | 1001111 | 1000111 |
Color Harmonies of #A5F07C
Complementary color
Monochromatic Colors of #A5F07C
Black with #A5F07C
Text Example
Text Example
White with #A5F07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F07C; }
p { color: rgb(165,240,124); }
H1.HeaderClassName
{
color: #A5F07C;
}
.AnyTagClassName
{
color: #A5F07C;
}
</style>
background-color css
<style>
a { background-color: #A5F07C; }
a { background-color: rgb(165,240,124); }
div.DivClassName
{
background-color: #A5F07C;
}
.BgClassName
{
background-color: #A5F07C;
}
</style>
border-color css
<style>
span { border-color: #A5F07C; }
span { border-color: rgb(165,240,124); }
td.TdClassName
{
border-color: #A5F07C;
}
.TagClassName
{
border-color: #A5F07C;
}
</style>