Shades of Feijoa #A5E46C
Tints of Feijoa #A5E46C
RGB
CMYK
RGB Variations
Color information
#A5E46C (or 0xA5E46C) is known color: Feijoa. HEX triplet: A5, E4 and 6C. RGB value is (165,228,108). Sum of RGB (Red+Green+Blue) = 165+228+108=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E46C is #5A1B93. Grayscale: #C3C3C3. Windows color (decimal): -5905300 or 7136421. OLE color: 7136421.
HSL color Cylindrical-coordinate representation of color #A5E46C: hue angle of 91.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5E46C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 108 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.11 |
| HSL | 91.5º | 0.69% | 0.66% | - |
| HSV(B) | 91.5º | 0.53% | 0.89% | - |
| XYZ | 45.97 | 64.57 | 24.23 | - |
| YUV | 195.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 108 | 0.28 | 0 | 0.53 | 0.11 | 91.5 | 0.69 | 0.66 |
| Hex | A5 | E4 | 6C | 1C | 0 | 35 | B | 5C | 45 | 42 |
| Octal | 245 | 344 | 154 | 34 | 0 | 65 | 13 | 134 | 105 | 102 |
| Binary | 10100101 | 11100100 | 1101100 | 11100 | 0 | 110101 | 1011 | 1011100 | 1000101 | 1000010 |
Color Harmonies of #A5E46C
Complementary color
Monochromatic Colors of #A5E46C
Black with #A5E46C
Text Example
Text Example
White with #A5E46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E46C; }
p { color: rgb(165,228,108); }
H1.HeaderClassName
{
color: #A5E46C;
}
.AnyTagClassName
{
color: #A5E46C;
}
</style>
background-color css
<style>
a { background-color: #A5E46C; }
a { background-color: rgb(165,228,108); }
div.DivClassName
{
background-color: #A5E46C;
}
.BgClassName
{
background-color: #A5E46C;
}
</style>
border-color css
<style>
span { border-color: #A5E46C; }
span { border-color: rgb(165,228,108); }
td.TdClassName
{
border-color: #A5E46C;
}
.TagClassName
{
border-color: #A5E46C;
}
</style>