Shades of Feijoa #A5ED83
Tints of Feijoa #A5ED83
RGB
CMYK
RGB Variations
Color information
#A5ED83 (or 0xA5ED83) is known color: Feijoa. HEX triplet: A5, ED and 83. RGB value is (165,237,131). Sum of RGB (Red+Green+Blue) = 165+237+131=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ED83 is #5A127C. Grayscale: #CBCBCB. Windows color (decimal): -5902973 or 8646053. OLE color: 8646053.
HSL color Cylindrical-coordinate representation of color #A5ED83: hue angle of 100.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5ED83 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 131 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.07 |
| HSL | 100.75º | 0.75% | 0.72% | - |
| HSV(B) | 100.75º | 0.45% | 0.93% | - |
| XYZ | 49.9 | 70.21 | 32.39 | - |
| YUV | 203.39 | 87.15 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 131 | 0.30 | 0 | 0.45 | 0.07 | 100.75 | 0.75 | 0.72 |
| Hex | A5 | ED | 83 | 1E | 0 | 2D | 7 | 65 | 4B | 48 |
| Octal | 245 | 355 | 203 | 36 | 0 | 55 | 7 | 145 | 113 | 110 |
| Binary | 10100101 | 11101101 | 10000011 | 11110 | 0 | 101101 | 111 | 1100101 | 1001011 | 1001000 |
Color Harmonies of #A5ED83
Complementary color
Monochromatic Colors of #A5ED83
Black with #A5ED83
Text Example
Text Example
White with #A5ED83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED83; }
p { color: rgb(165,237,131); }
H1.HeaderClassName
{
color: #A5ED83;
}
.AnyTagClassName
{
color: #A5ED83;
}
</style>
background-color css
<style>
a { background-color: #A5ED83; }
a { background-color: rgb(165,237,131); }
div.DivClassName
{
background-color: #A5ED83;
}
.BgClassName
{
background-color: #A5ED83;
}
</style>
border-color css
<style>
span { border-color: #A5ED83; }
span { border-color: rgb(165,237,131); }
td.TdClassName
{
border-color: #A5ED83;
}
.TagClassName
{
border-color: #A5ED83;
}
</style>