Shades of Feijoa #A5E17E
Tints of Feijoa #A5E17E
RGB
CMYK
RGB Variations
Color information
#A5E17E (or 0xA5E17E) is known color: Feijoa. HEX triplet: A5, E1 and 7E. RGB value is (165,225,126). Sum of RGB (Red+Green+Blue) = 165+225+126=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E17E is #5A1E81. Grayscale: #C4C4C4. Windows color (decimal): -5906050 or 8315301. OLE color: 8315301.
HSL color Cylindrical-coordinate representation of color #A5E17E: hue angle of 96.36º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5E17E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 126 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.12 |
| HSL | 96.36º | 0.62% | 0.69% | - |
| HSV(B) | 96.36º | 0.44% | 0.88% | - |
| XYZ | 46.21 | 63.36 | 29.53 | - |
| YUV | 195.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 126 | 0.27 | 0 | 0.44 | 0.12 | 96.36 | 0.62 | 0.69 |
| Hex | A5 | E1 | 7E | 1B | 0 | 2C | C | 60 | 3E | 45 |
| Octal | 245 | 341 | 176 | 33 | 0 | 54 | 14 | 140 | 76 | 105 |
| Binary | 10100101 | 11100001 | 1111110 | 11011 | 0 | 101100 | 1100 | 1100000 | 111110 | 1000101 |
Color Harmonies of #A5E17E
Complementary color
Monochromatic Colors of #A5E17E
Black with #A5E17E
Text Example
Text Example
White with #A5E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E17E; }
p { color: rgb(165,225,126); }
H1.HeaderClassName
{
color: #A5E17E;
}
.AnyTagClassName
{
color: #A5E17E;
}
</style>
background-color css
<style>
a { background-color: #A5E17E; }
a { background-color: rgb(165,225,126); }
div.DivClassName
{
background-color: #A5E17E;
}
.BgClassName
{
background-color: #A5E17E;
}
</style>
border-color css
<style>
span { border-color: #A5E17E; }
span { border-color: rgb(165,225,126); }
td.TdClassName
{
border-color: #A5E17E;
}
.TagClassName
{
border-color: #A5E17E;
}
</style>