Shades of Feijoa #A5E46E
Tints of Feijoa #A5E46E
RGB
CMYK
RGB Variations
Color information
#A5E46E (or 0xA5E46E) is known color: Feijoa. HEX triplet: A5, E4 and 6E. RGB value is (165,228,110). Sum of RGB (Red+Green+Blue) = 165+228+110=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E46E is #5A1B91. Grayscale: #C4C4C4. Windows color (decimal): -5905298 or 7267493. OLE color: 7267493.
HSL color Cylindrical-coordinate representation of color #A5E46E: hue angle of 92.03º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A5E46E is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 110 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.11 |
| HSL | 92.03º | 0.69% | 0.66% | - |
| HSV(B) | 92.03º | 0.52% | 0.89% | - |
| XYZ | 46.07 | 64.61 | 24.79 | - |
| YUV | 195.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 110 | 0.28 | 0 | 0.52 | 0.11 | 92.03 | 0.69 | 0.66 |
| Hex | A5 | E4 | 6E | 1C | 0 | 34 | B | 5C | 45 | 42 |
| Octal | 245 | 344 | 156 | 34 | 0 | 64 | 13 | 134 | 105 | 102 |
| Binary | 10100101 | 11100100 | 1101110 | 11100 | 0 | 110100 | 1011 | 1011100 | 1000101 | 1000010 |
Color Harmonies of #A5E46E
Complementary color
Monochromatic Colors of #A5E46E
Black with #A5E46E
Text Example
Text Example
White with #A5E46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E46E; }
p { color: rgb(165,228,110); }
H1.HeaderClassName
{
color: #A5E46E;
}
.AnyTagClassName
{
color: #A5E46E;
}
</style>
background-color css
<style>
a { background-color: #A5E46E; }
a { background-color: rgb(165,228,110); }
div.DivClassName
{
background-color: #A5E46E;
}
.BgClassName
{
background-color: #A5E46E;
}
</style>
border-color css
<style>
span { border-color: #A5E46E; }
span { border-color: rgb(165,228,110); }
td.TdClassName
{
border-color: #A5E46E;
}
.TagClassName
{
border-color: #A5E46E;
}
</style>