Shades of Feijoa #A5EE6E
Tints of Feijoa #A5EE6E
RGB
CMYK
RGB Variations
Color information
#A5EE6E (or 0xA5EE6E) is known color: Feijoa. HEX triplet: A5, EE and 6E. RGB value is (165,238,110). Sum of RGB (Red+Green+Blue) = 165+238+110=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 238 (93.36% from 255 or 46.39% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EE6E is #5A1191. Grayscale: #CACACA. Windows color (decimal): -5902738 or 7270053. OLE color: 7270053.
HSL color Cylindrical-coordinate representation of color #A5EE6E: hue angle of 94.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5EE6E is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 110 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.07 |
| HSL | 94.22º | 0.79% | 0.68% | - |
| HSV(B) | 94.22º | 0.54% | 0.93% | - |
| XYZ | 48.91 | 70.27 | 25.74 | - |
| YUV | 201.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 110 | 0.31 | 0 | 0.54 | 0.07 | 94.22 | 0.79 | 0.68 |
| Hex | A5 | EE | 6E | 1F | 0 | 36 | 7 | 5E | 4F | 44 |
| Octal | 245 | 356 | 156 | 37 | 0 | 66 | 7 | 136 | 117 | 104 |
| Binary | 10100101 | 11101110 | 1101110 | 11111 | 0 | 110110 | 111 | 1011110 | 1001111 | 1000100 |
Color Harmonies of #A5EE6E
Complementary color
Monochromatic Colors of #A5EE6E
Black with #A5EE6E
Text Example
Text Example
White with #A5EE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EE6E; }
p { color: rgb(165,238,110); }
H1.HeaderClassName
{
color: #A5EE6E;
}
.AnyTagClassName
{
color: #A5EE6E;
}
</style>
background-color css
<style>
a { background-color: #A5EE6E; }
a { background-color: rgb(165,238,110); }
div.DivClassName
{
background-color: #A5EE6E;
}
.BgClassName
{
background-color: #A5EE6E;
}
</style>
border-color css
<style>
span { border-color: #A5EE6E; }
span { border-color: rgb(165,238,110); }
td.TdClassName
{
border-color: #A5EE6E;
}
.TagClassName
{
border-color: #A5EE6E;
}
</style>