Shades of Feijoa #A5E16D
Tints of Feijoa #A5E16D
RGB
CMYK
RGB Variations
Color information
#A5E16D (or 0xA5E16D) is known color: Feijoa. HEX triplet: A5, E1 and 6D. RGB value is (165,225,109). Sum of RGB (Red+Green+Blue) = 165+225+109=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E16D is #5A1E92. Grayscale: #C2C2C2. Windows color (decimal): -5906067 or 7201189. OLE color: 7201189.
HSL color Cylindrical-coordinate representation of color #A5E16D: hue angle of 91.03º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5E16D is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 109 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.12 |
| HSL | 91.03º | 0.66% | 0.65% | - |
| HSV(B) | 91.03º | 0.52% | 0.88% | - |
| XYZ | 45.2 | 62.95 | 24.24 | - |
| YUV | 193.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 109 | 0.27 | 0 | 0.52 | 0.12 | 91.03 | 0.66 | 0.65 |
| Hex | A5 | E1 | 6D | 1B | 0 | 34 | C | 5B | 42 | 41 |
| Octal | 245 | 341 | 155 | 33 | 0 | 64 | 14 | 133 | 102 | 101 |
| Binary | 10100101 | 11100001 | 1101101 | 11011 | 0 | 110100 | 1100 | 1011011 | 1000010 | 1000001 |
Color Harmonies of #A5E16D
Complementary color
Monochromatic Colors of #A5E16D
Black with #A5E16D
Text Example
Text Example
White with #A5E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E16D; }
p { color: rgb(165,225,109); }
H1.HeaderClassName
{
color: #A5E16D;
}
.AnyTagClassName
{
color: #A5E16D;
}
</style>
background-color css
<style>
a { background-color: #A5E16D; }
a { background-color: rgb(165,225,109); }
div.DivClassName
{
background-color: #A5E16D;
}
.BgClassName
{
background-color: #A5E16D;
}
</style>
border-color css
<style>
span { border-color: #A5E16D; }
span { border-color: rgb(165,225,109); }
td.TdClassName
{
border-color: #A5E16D;
}
.TagClassName
{
border-color: #A5E16D;
}
</style>