Shades of Feijoa #A5E96D
Tints of Feijoa #A5E96D
RGB
CMYK
RGB Variations
Color information
#A5E96D (or 0xA5E96D) is known color: Feijoa. HEX triplet: A5, E9 and 6D. RGB value is (165,233,109). Sum of RGB (Red+Green+Blue) = 165+233+109=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E96D is #5A1692. Grayscale: #C6C6C6. Windows color (decimal): -5904019 or 7203237. OLE color: 7203237.
HSL color Cylindrical-coordinate representation of color #A5E96D: hue angle of 92.9º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E96D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 109 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.09 |
| HSL | 92.9º | 0.74% | 0.67% | - |
| HSV(B) | 92.9º | 0.53% | 0.91% | - |
| XYZ | 47.42 | 67.38 | 24.97 | - |
| YUV | 198.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 109 | 0.29 | 0 | 0.53 | 0.09 | 92.9 | 0.74 | 0.67 |
| Hex | A5 | E9 | 6D | 1D | 0 | 35 | 9 | 5D | 4A | 43 |
| Octal | 245 | 351 | 155 | 35 | 0 | 65 | 11 | 135 | 112 | 103 |
| Binary | 10100101 | 11101001 | 1101101 | 11101 | 0 | 110101 | 1001 | 1011101 | 1001010 | 1000011 |
Color Harmonies of #A5E96D
Complementary color
Monochromatic Colors of #A5E96D
Black with #A5E96D
Text Example
Text Example
White with #A5E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E96D; }
p { color: rgb(165,233,109); }
H1.HeaderClassName
{
color: #A5E96D;
}
.AnyTagClassName
{
color: #A5E96D;
}
</style>
background-color css
<style>
a { background-color: #A5E96D; }
a { background-color: rgb(165,233,109); }
div.DivClassName
{
background-color: #A5E96D;
}
.BgClassName
{
background-color: #A5E96D;
}
</style>
border-color css
<style>
span { border-color: #A5E96D; }
span { border-color: rgb(165,233,109); }
td.TdClassName
{
border-color: #A5E96D;
}
.TagClassName
{
border-color: #A5E96D;
}
</style>