Shades of Feijoa #A5E27E
Tints of Feijoa #A5E27E
RGB
CMYK
RGB Variations
Color information
#A5E27E (or 0xA5E27E) is known color: Feijoa. HEX triplet: A5, E2 and 7E. RGB value is (165,226,126). Sum of RGB (Red+Green+Blue) = 165+226+126=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E27E is #5A1D81. Grayscale: #C4C4C4. Windows color (decimal): -5905794 or 8315557. OLE color: 8315557.
HSL color Cylindrical-coordinate representation of color #A5E27E: hue angle of 96.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5E27E is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 126 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.11 |
| HSL | 96.6º | 0.63% | 0.69% | - |
| HSV(B) | 96.6º | 0.44% | 0.89% | - |
| XYZ | 46.48 | 63.9 | 29.62 | - |
| YUV | 196.36 | 88.29 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 126 | 0.27 | 0 | 0.44 | 0.11 | 96.6 | 0.63 | 0.69 |
| Hex | A5 | E2 | 7E | 1B | 0 | 2C | B | 61 | 3F | 45 |
| Octal | 245 | 342 | 176 | 33 | 0 | 54 | 13 | 141 | 77 | 105 |
| Binary | 10100101 | 11100010 | 1111110 | 11011 | 0 | 101100 | 1011 | 1100001 | 111111 | 1000101 |
Color Harmonies of #A5E27E
Complementary color
Monochromatic Colors of #A5E27E
Black with #A5E27E
Text Example
Text Example
White with #A5E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E27E; }
p { color: rgb(165,226,126); }
H1.HeaderClassName
{
color: #A5E27E;
}
.AnyTagClassName
{
color: #A5E27E;
}
</style>
background-color css
<style>
a { background-color: #A5E27E; }
a { background-color: rgb(165,226,126); }
div.DivClassName
{
background-color: #A5E27E;
}
.BgClassName
{
background-color: #A5E27E;
}
</style>
border-color css
<style>
span { border-color: #A5E27E; }
span { border-color: rgb(165,226,126); }
td.TdClassName
{
border-color: #A5E27E;
}
.TagClassName
{
border-color: #A5E27E;
}
</style>