Shades of Feijoa #A5E66A
Tints of Feijoa #A5E66A
RGB
CMYK
RGB Variations
Color information
#A5E66A (or 0xA5E66A) is known color: Feijoa. HEX triplet: A5, E6 and 6A. RGB value is (165,230,106). Sum of RGB (Red+Green+Blue) = 165+230+106=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E66A is #5A1995. Grayscale: #C4C4C4. Windows color (decimal): -5904790 or 7005861. OLE color: 7005861.
HSL color Cylindrical-coordinate representation of color #A5E66A: hue angle of 91.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E66A is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 106 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.10 |
| HSL | 91.45º | 0.71% | 0.66% | - |
| HSV(B) | 91.45º | 0.54% | 0.9% | - |
| XYZ | 46.42 | 65.63 | 23.86 | - |
| YUV | 196.43 | 76.97 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 106 | 0.28 | 0 | 0.54 | 0.10 | 91.45 | 0.71 | 0.66 |
| Hex | A5 | E6 | 6A | 1C | 0 | 36 | A | 5B | 47 | 42 |
| Octal | 245 | 346 | 152 | 34 | 0 | 66 | 12 | 133 | 107 | 102 |
| Binary | 10100101 | 11100110 | 1101010 | 11100 | 0 | 110110 | 1010 | 1011011 | 1000111 | 1000010 |
Color Harmonies of #A5E66A
Complementary color
Monochromatic Colors of #A5E66A
Black with #A5E66A
Text Example
Text Example
White with #A5E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E66A; }
p { color: rgb(165,230,106); }
H1.HeaderClassName
{
color: #A5E66A;
}
.AnyTagClassName
{
color: #A5E66A;
}
</style>
background-color css
<style>
a { background-color: #A5E66A; }
a { background-color: rgb(165,230,106); }
div.DivClassName
{
background-color: #A5E66A;
}
.BgClassName
{
background-color: #A5E66A;
}
</style>
border-color css
<style>
span { border-color: #A5E66A; }
span { border-color: rgb(165,230,106); }
td.TdClassName
{
border-color: #A5E66A;
}
.TagClassName
{
border-color: #A5E66A;
}
</style>