Shades of Feijoa #A5F57A
Tints of Feijoa #A5F57A
RGB
CMYK
RGB Variations
Color information
#A5F57A (or 0xA5F57A) is known color: Feijoa. HEX triplet: A5, F5 and 7A. RGB value is (165,245,122). Sum of RGB (Red+Green+Blue) = 165+245+122=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #A5F57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F57A is #5A0A85. Grayscale: #CFCFCF. Windows color (decimal): -5900934 or 8058277. OLE color: 8058277.
HSL color Cylindrical-coordinate representation of color #A5F57A: hue angle of 99.02º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F57A is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 245 | 122 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.04 |
| HSL | 99.02º | 0.86% | 0.72% | - |
| HSV(B) | 99.02º | 0.5% | 0.96% | - |
| XYZ | 51.68 | 74.71 | 30.11 | - |
| YUV | 207.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 245 | 122 | 0.33 | 0 | 0.50 | 0.04 | 99.02 | 0.86 | 0.72 |
| Hex | A5 | F5 | 7A | 21 | 0 | 32 | 4 | 63 | 56 | 48 |
| Octal | 245 | 365 | 172 | 41 | 0 | 62 | 4 | 143 | 126 | 110 |
| Binary | 10100101 | 11110101 | 1111010 | 100001 | 0 | 110010 | 100 | 1100011 | 1010110 | 1001000 |
Color Harmonies of #A5F57A
Complementary color
Monochromatic Colors of #A5F57A
Black with #A5F57A
Text Example
Text Example
White with #A5F57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F57A; }
p { color: rgb(165,245,122); }
H1.HeaderClassName
{
color: #A5F57A;
}
.AnyTagClassName
{
color: #A5F57A;
}
</style>
background-color css
<style>
a { background-color: #A5F57A; }
a { background-color: rgb(165,245,122); }
div.DivClassName
{
background-color: #A5F57A;
}
.BgClassName
{
background-color: #A5F57A;
}
</style>
border-color css
<style>
span { border-color: #A5F57A; }
span { border-color: rgb(165,245,122); }
td.TdClassName
{
border-color: #A5F57A;
}
.TagClassName
{
border-color: #A5F57A;
}
</style>