Shades of Feijoa #A5F075
Tints of Feijoa #A5F075
RGB
CMYK
RGB Variations
Color information
#A5F075 (or 0xA5F075) is known color: Feijoa. HEX triplet: A5, F0 and 75. RGB value is (165,240,117). Sum of RGB (Red+Green+Blue) = 165+240+117=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F075 is #5A0F8A. Grayscale: #CBCBCB. Windows color (decimal): -5902219 or 7729317. OLE color: 7729317.
HSL color Cylindrical-coordinate representation of color #A5F075: hue angle of 96.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5F075 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 240 | 117 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.06 |
| HSL | 96.59º | 0.8% | 0.7% | - |
| HSV(B) | 96.59º | 0.51% | 0.94% | - |
| XYZ | 49.89 | 71.6 | 28.02 | - |
| YUV | 203.55 | 79.15 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 117 | 0.31 | 0 | 0.51 | 0.06 | 96.59 | 0.8 | 0.7 |
| Hex | A5 | F0 | 75 | 1F | 0 | 33 | 6 | 61 | 50 | 46 |
| Octal | 245 | 360 | 165 | 37 | 0 | 63 | 6 | 141 | 120 | 106 |
| Binary | 10100101 | 11110000 | 1110101 | 11111 | 0 | 110011 | 110 | 1100001 | 1010000 | 1000110 |
Color Harmonies of #A5F075
Complementary color
Monochromatic Colors of #A5F075
Black with #A5F075
Text Example
Text Example
White with #A5F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F075; }
p { color: rgb(165,240,117); }
H1.HeaderClassName
{
color: #A5F075;
}
.AnyTagClassName
{
color: #A5F075;
}
</style>
background-color css
<style>
a { background-color: #A5F075; }
a { background-color: rgb(165,240,117); }
div.DivClassName
{
background-color: #A5F075;
}
.BgClassName
{
background-color: #A5F075;
}
</style>
border-color css
<style>
span { border-color: #A5F075; }
span { border-color: rgb(165,240,117); }
td.TdClassName
{
border-color: #A5F075;
}
.TagClassName
{
border-color: #A5F075;
}
</style>