Shades of Feijoa #A5EE7D
Tints of Feijoa #A5EE7D
RGB
CMYK
RGB Variations
Color information
#A5EE7D (or 0xA5EE7D) is known color: Feijoa. HEX triplet: A5, EE and 7D. RGB value is (165,238,125). Sum of RGB (Red+Green+Blue) = 165+238+125=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5EE7D is #5A1182. Grayscale: #CBCBCB. Windows color (decimal): -5902723 or 8253093. OLE color: 8253093.
HSL color Cylindrical-coordinate representation of color #A5EE7D: hue angle of 98.76º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5EE7D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 125 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.07 |
| HSL | 98.76º | 0.77% | 0.71% | - |
| HSV(B) | 98.76º | 0.47% | 0.93% | - |
| XYZ | 49.79 | 70.63 | 30.41 | - |
| YUV | 203.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 125 | 0.31 | 0 | 0.47 | 0.07 | 98.76 | 0.77 | 0.71 |
| Hex | A5 | EE | 7D | 1F | 0 | 2F | 7 | 63 | 4D | 47 |
| Octal | 245 | 356 | 175 | 37 | 0 | 57 | 7 | 143 | 115 | 107 |
| Binary | 10100101 | 11101110 | 1111101 | 11111 | 0 | 101111 | 111 | 1100011 | 1001101 | 1000111 |
Color Harmonies of #A5EE7D
Complementary color
Monochromatic Colors of #A5EE7D
Black with #A5EE7D
Text Example
Text Example
White with #A5EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EE7D; }
p { color: rgb(165,238,125); }
H1.HeaderClassName
{
color: #A5EE7D;
}
.AnyTagClassName
{
color: #A5EE7D;
}
</style>
background-color css
<style>
a { background-color: #A5EE7D; }
a { background-color: rgb(165,238,125); }
div.DivClassName
{
background-color: #A5EE7D;
}
.BgClassName
{
background-color: #A5EE7D;
}
</style>
border-color css
<style>
span { border-color: #A5EE7D; }
span { border-color: rgb(165,238,125); }
td.TdClassName
{
border-color: #A5EE7D;
}
.TagClassName
{
border-color: #A5EE7D;
}
</style>