Shades of Feijoa #A5F76D
Tints of Feijoa #A5F76D
RGB
CMYK
RGB Variations
Color information
#A5F76D (or 0xA5F76D) is known color: Feijoa. HEX triplet: A5, F7 and 6D. RGB value is (165,247,109). Sum of RGB (Red+Green+Blue) = 165+247+109=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F76D is #5A0892. Grayscale: #CFCFCF. Windows color (decimal): -5900435 or 7206821. OLE color: 7206821.
HSL color Cylindrical-coordinate representation of color #A5F76D: hue angle of 95.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5F76D is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 109 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.03 |
| HSL | 95.65º | 0.9% | 0.7% | - |
| HSV(B) | 95.65º | 0.56% | 0.97% | - |
| XYZ | 51.54 | 75.62 | 26.35 | - |
| YUV | 206.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 109 | 0.33 | 0 | 0.56 | 0.03 | 95.65 | 0.9 | 0.7 |
| Hex | A5 | F7 | 6D | 21 | 0 | 38 | 3 | 60 | 5A | 46 |
| Octal | 245 | 367 | 155 | 41 | 0 | 70 | 3 | 140 | 132 | 106 |
| Binary | 10100101 | 11110111 | 1101101 | 100001 | 0 | 111000 | 11 | 1100000 | 1011010 | 1000110 |
Color Harmonies of #A5F76D
Complementary color
Monochromatic Colors of #A5F76D
Black with #A5F76D
Text Example
Text Example
White with #A5F76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F76D; }
p { color: rgb(165,247,109); }
H1.HeaderClassName
{
color: #A5F76D;
}
.AnyTagClassName
{
color: #A5F76D;
}
</style>
background-color css
<style>
a { background-color: #A5F76D; }
a { background-color: rgb(165,247,109); }
div.DivClassName
{
background-color: #A5F76D;
}
.BgClassName
{
background-color: #A5F76D;
}
</style>
border-color css
<style>
span { border-color: #A5F76D; }
span { border-color: rgb(165,247,109); }
td.TdClassName
{
border-color: #A5F76D;
}
.TagClassName
{
border-color: #A5F76D;
}
</style>