Shades of Feijoa #A5E07A
Tints of Feijoa #A5E07A
RGB
CMYK
RGB Variations
Color information
#A5E07A (or 0xA5E07A) is known color: Feijoa. HEX triplet: A5, E0 and 7A. RGB value is (165,224,122). Sum of RGB (Red+Green+Blue) = 165+224+122=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E07A is #5A1F85. Grayscale: #C3C3C3. Windows color (decimal): -5906310 or 8052901. OLE color: 8052901.
HSL color Cylindrical-coordinate representation of color #A5E07A: hue angle of 94.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5E07A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 122 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.12 |
| HSL | 94.71º | 0.62% | 0.68% | - |
| HSV(B) | 94.71º | 0.46% | 0.88% | - |
| XYZ | 45.69 | 62.72 | 28.11 | - |
| YUV | 194.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 122 | 0.26 | 0 | 0.46 | 0.12 | 94.71 | 0.62 | 0.68 |
| Hex | A5 | E0 | 7A | 1A | 0 | 2E | C | 5F | 3E | 44 |
| Octal | 245 | 340 | 172 | 32 | 0 | 56 | 14 | 137 | 76 | 104 |
| Binary | 10100101 | 11100000 | 1111010 | 11010 | 0 | 101110 | 1100 | 1011111 | 111110 | 1000100 |
Color Harmonies of #A5E07A
Complementary color
Monochromatic Colors of #A5E07A
Black with #A5E07A
Text Example
Text Example
White with #A5E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E07A; }
p { color: rgb(165,224,122); }
H1.HeaderClassName
{
color: #A5E07A;
}
.AnyTagClassName
{
color: #A5E07A;
}
</style>
background-color css
<style>
a { background-color: #A5E07A; }
a { background-color: rgb(165,224,122); }
div.DivClassName
{
background-color: #A5E07A;
}
.BgClassName
{
background-color: #A5E07A;
}
</style>
border-color css
<style>
span { border-color: #A5E07A; }
span { border-color: rgb(165,224,122); }
td.TdClassName
{
border-color: #A5E07A;
}
.TagClassName
{
border-color: #A5E07A;
}
</style>