Shades of Feijoa #A5E48C
Tints of Feijoa #A5E48C
RGB
CMYK
RGB Variations
Color information
#A5E48C (or 0xA5E48C) is known color: Feijoa. HEX triplet: A5, E4 and 8C. RGB value is (165,228,140). Sum of RGB (Red+Green+Blue) = 165+228+140=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E48C is #5A1B73. Grayscale: #C7C7C7. Windows color (decimal): -5905268 or 9233573. OLE color: 9233573.
HSL color Cylindrical-coordinate representation of color #A5E48C: hue angle of 102.95º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5E48C is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 228 | 140 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.11 |
| HSL | 102.95º | 0.62% | 0.72% | - |
| HSV(B) | 102.95º | 0.39% | 0.89% | - |
| XYZ | 47.99 | 65.38 | 34.9 | - |
| YUV | 199.13 | 94.63 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 228 | 140 | 0.28 | 0 | 0.39 | 0.11 | 102.95 | 0.62 | 0.72 |
| Hex | A5 | E4 | 8C | 1C | 0 | 27 | B | 67 | 3E | 48 |
| Octal | 245 | 344 | 214 | 34 | 0 | 47 | 13 | 147 | 76 | 110 |
| Binary | 10100101 | 11100100 | 10001100 | 11100 | 0 | 100111 | 1011 | 1100111 | 111110 | 1001000 |
Color Harmonies of #A5E48C
Complementary color
Monochromatic Colors of #A5E48C
Black with #A5E48C
Text Example
Text Example
White with #A5E48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E48C; }
p { color: rgb(165,228,140); }
H1.HeaderClassName
{
color: #A5E48C;
}
.AnyTagClassName
{
color: #A5E48C;
}
</style>
background-color css
<style>
a { background-color: #A5E48C; }
a { background-color: rgb(165,228,140); }
div.DivClassName
{
background-color: #A5E48C;
}
.BgClassName
{
background-color: #A5E48C;
}
</style>
border-color css
<style>
span { border-color: #A5E48C; }
span { border-color: rgb(165,228,140); }
td.TdClassName
{
border-color: #A5E48C;
}
.TagClassName
{
border-color: #A5E48C;
}
</style>