Shades of Feijoa #A5E58A
Tints of Feijoa #A5E58A
RGB
CMYK
RGB Variations
Color information
#A5E58A (or 0xA5E58A) is known color: Feijoa. HEX triplet: A5, E5 and 8A. RGB value is (165,229,138). Sum of RGB (Red+Green+Blue) = 165+229+138=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 229 (89.84% from 255 or 43.05% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E58A is #5A1A75. Grayscale: #C7C7C7. Windows color (decimal): -5905014 or 9102757. OLE color: 9102757.
HSL color Cylindrical-coordinate representation of color #A5E58A: hue angle of 102.2º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E58A is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 229 | 138 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.10 |
| HSL | 102.2º | 0.64% | 0.72% | - |
| HSV(B) | 102.2º | 0.4% | 0.9% | - |
| XYZ | 48.12 | 65.87 | 34.22 | - |
| YUV | 199.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 229 | 138 | 0.28 | 0 | 0.40 | 0.10 | 102.2 | 0.64 | 0.72 |
| Hex | A5 | E5 | 8A | 1C | 0 | 28 | A | 66 | 40 | 48 |
| Octal | 245 | 345 | 212 | 34 | 0 | 50 | 12 | 146 | 100 | 110 |
| Binary | 10100101 | 11100101 | 10001010 | 11100 | 0 | 101000 | 1010 | 1100110 | 1000000 | 1001000 |
Color Harmonies of #A5E58A
Complementary color
Monochromatic Colors of #A5E58A
Black with #A5E58A
Text Example
Text Example
White with #A5E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E58A; }
p { color: rgb(165,229,138); }
H1.HeaderClassName
{
color: #A5E58A;
}
.AnyTagClassName
{
color: #A5E58A;
}
</style>
background-color css
<style>
a { background-color: #A5E58A; }
a { background-color: rgb(165,229,138); }
div.DivClassName
{
background-color: #A5E58A;
}
.BgClassName
{
background-color: #A5E58A;
}
</style>
border-color css
<style>
span { border-color: #A5E58A; }
span { border-color: rgb(165,229,138); }
td.TdClassName
{
border-color: #A5E58A;
}
.TagClassName
{
border-color: #A5E58A;
}
</style>