Shades of Feijoa #A5E06A
Tints of Feijoa #A5E06A
RGB
CMYK
RGB Variations
Color information
#A5E06A (or 0xA5E06A) is known color: Feijoa. HEX triplet: A5, E0 and 6A. RGB value is (165,224,106). Sum of RGB (Red+Green+Blue) = 165+224+106=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E06A is #5A1F95. Grayscale: #C1C1C1. Windows color (decimal): -5906326 or 7004325. OLE color: 7004325.
HSL color Cylindrical-coordinate representation of color #A5E06A: hue angle of 90º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E06A is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 106 | - |
| CMYK | 0.26 | 0 | 0.53 | 0.12 |
| HSL | 90º | 0.66% | 0.65% | - |
| HSV(B) | 90º | 0.53% | 0.88% | - |
| XYZ | 44.77 | 62.35 | 23.31 | - |
| YUV | 192.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 106 | 0.26 | 0 | 0.53 | 0.12 | 90 | 0.66 | 0.65 |
| Hex | A5 | E0 | 6A | 1A | 0 | 35 | C | 5A | 42 | 41 |
| Octal | 245 | 340 | 152 | 32 | 0 | 65 | 14 | 132 | 102 | 101 |
| Binary | 10100101 | 11100000 | 1101010 | 11010 | 0 | 110101 | 1100 | 1011010 | 1000010 | 1000001 |
Color Harmonies of #A5E06A
Complementary color
Monochromatic Colors of #A5E06A
Black with #A5E06A
Text Example
Text Example
White with #A5E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E06A; }
p { color: rgb(165,224,106); }
H1.HeaderClassName
{
color: #A5E06A;
}
.AnyTagClassName
{
color: #A5E06A;
}
</style>
background-color css
<style>
a { background-color: #A5E06A; }
a { background-color: rgb(165,224,106); }
div.DivClassName
{
background-color: #A5E06A;
}
.BgClassName
{
background-color: #A5E06A;
}
</style>
border-color css
<style>
span { border-color: #A5E06A; }
span { border-color: rgb(165,224,106); }
td.TdClassName
{
border-color: #A5E06A;
}
.TagClassName
{
border-color: #A5E06A;
}
</style>