Shades of Feijoa #A5E183
Tints of Feijoa #A5E183
RGB
CMYK
RGB Variations
Color information
#A5E183 (or 0xA5E183) is known color: Feijoa. HEX triplet: A5, E1 and 83. RGB value is (165,225,131). Sum of RGB (Red+Green+Blue) = 165+225+131=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E183 is #5A1E7C. Grayscale: #C4C4C4. Windows color (decimal): -5906045 or 8642981. OLE color: 8642981.
HSL color Cylindrical-coordinate representation of color #A5E183: hue angle of 98.3º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E183 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 131 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.12 |
| HSL | 98.3º | 0.61% | 0.7% | - |
| HSV(B) | 98.3º | 0.42% | 0.88% | - |
| XYZ | 46.54 | 63.49 | 31.27 | - |
| YUV | 196.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 131 | 0.27 | 0 | 0.42 | 0.12 | 98.3 | 0.61 | 0.7 |
| Hex | A5 | E1 | 83 | 1B | 0 | 2A | C | 62 | 3D | 46 |
| Octal | 245 | 341 | 203 | 33 | 0 | 52 | 14 | 142 | 75 | 106 |
| Binary | 10100101 | 11100001 | 10000011 | 11011 | 0 | 101010 | 1100 | 1100010 | 111101 | 1000110 |
Color Harmonies of #A5E183
Complementary color
Monochromatic Colors of #A5E183
Black with #A5E183
Text Example
Text Example
White with #A5E183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E183; }
p { color: rgb(165,225,131); }
H1.HeaderClassName
{
color: #A5E183;
}
.AnyTagClassName
{
color: #A5E183;
}
</style>
background-color css
<style>
a { background-color: #A5E183; }
a { background-color: rgb(165,225,131); }
div.DivClassName
{
background-color: #A5E183;
}
.BgClassName
{
background-color: #A5E183;
}
</style>
border-color css
<style>
span { border-color: #A5E183; }
span { border-color: rgb(165,225,131); }
td.TdClassName
{
border-color: #A5E183;
}
.TagClassName
{
border-color: #A5E183;
}
</style>