Shades of Feijoa #A5F875
Tints of Feijoa #A5F875
RGB
CMYK
RGB Variations
Color information
#A5F875 (or 0xA5F875) is known color: Feijoa. HEX triplet: A5, F8 and 75. RGB value is (165,248,117). Sum of RGB (Red+Green+Blue) = 165+248+117=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F875 is #5A078A. Grayscale: #D0D0D0. Windows color (decimal): -5900171 or 7731365. OLE color: 7731365.
HSL color Cylindrical-coordinate representation of color #A5F875: hue angle of 98.02º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5F875 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 248 | 117 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.03 |
| HSL | 98.02º | 0.9% | 0.72% | - |
| HSV(B) | 98.02º | 0.53% | 0.97% | - |
| XYZ | 52.3 | 76.42 | 28.82 | - |
| YUV | 208.25 | 76.5 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 248 | 117 | 0.33 | 0 | 0.53 | 0.03 | 98.02 | 0.9 | 0.72 |
| Hex | A5 | F8 | 75 | 21 | 0 | 35 | 3 | 62 | 5A | 48 |
| Octal | 245 | 370 | 165 | 41 | 0 | 65 | 3 | 142 | 132 | 110 |
| Binary | 10100101 | 11111000 | 1110101 | 100001 | 0 | 110101 | 11 | 1100010 | 1011010 | 1001000 |
Color Harmonies of #A5F875
Complementary color
Monochromatic Colors of #A5F875
Black with #A5F875
Text Example
Text Example
White with #A5F875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F875; }
p { color: rgb(165,248,117); }
H1.HeaderClassName
{
color: #A5F875;
}
.AnyTagClassName
{
color: #A5F875;
}
</style>
background-color css
<style>
a { background-color: #A5F875; }
a { background-color: rgb(165,248,117); }
div.DivClassName
{
background-color: #A5F875;
}
.BgClassName
{
background-color: #A5F875;
}
</style>
border-color css
<style>
span { border-color: #A5F875; }
span { border-color: rgb(165,248,117); }
td.TdClassName
{
border-color: #A5F875;
}
.TagClassName
{
border-color: #A5F875;
}
</style>