Shades of Feijoa #A5E082
Tints of Feijoa #A5E082
RGB
CMYK
RGB Variations
Color information
#A5E082 (or 0xA5E082) is known color: Feijoa. HEX triplet: A5, E0 and 82. RGB value is (165,224,130). Sum of RGB (Red+Green+Blue) = 165+224+130=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E082 is #5A1F7D. Grayscale: #C3C3C3. Windows color (decimal): -5906302 or 8577189. OLE color: 8577189.
HSL color Cylindrical-coordinate representation of color #A5E082: hue angle of 97.66º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5E082 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 130 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.12 |
| HSL | 97.66º | 0.6% | 0.69% | - |
| HSV(B) | 97.66º | 0.42% | 0.88% | - |
| XYZ | 46.2 | 62.92 | 30.83 | - |
| YUV | 195.64 | 90.95 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 130 | 0.26 | 0 | 0.42 | 0.12 | 97.66 | 0.6 | 0.69 |
| Hex | A5 | E0 | 82 | 1A | 0 | 2A | C | 62 | 3C | 45 |
| Octal | 245 | 340 | 202 | 32 | 0 | 52 | 14 | 142 | 74 | 105 |
| Binary | 10100101 | 11100000 | 10000010 | 11010 | 0 | 101010 | 1100 | 1100010 | 111100 | 1000101 |
Color Harmonies of #A5E082
Complementary color
Monochromatic Colors of #A5E082
Black with #A5E082
Text Example
Text Example
White with #A5E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E082; }
p { color: rgb(165,224,130); }
H1.HeaderClassName
{
color: #A5E082;
}
.AnyTagClassName
{
color: #A5E082;
}
</style>
background-color css
<style>
a { background-color: #A5E082; }
a { background-color: rgb(165,224,130); }
div.DivClassName
{
background-color: #A5E082;
}
.BgClassName
{
background-color: #A5E082;
}
</style>
border-color css
<style>
span { border-color: #A5E082; }
span { border-color: rgb(165,224,130); }
td.TdClassName
{
border-color: #A5E082;
}
.TagClassName
{
border-color: #A5E082;
}
</style>