Shades of Feijoa #A5E682
Tints of Feijoa #A5E682
RGB
CMYK
RGB Variations
Color information
#A5E682 (or 0xA5E682) is known color: Feijoa. HEX triplet: A5, E6 and 82. RGB value is (165,230,130). Sum of RGB (Red+Green+Blue) = 165+230+130=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E682 is #5A197D. Grayscale: #C7C7C7. Windows color (decimal): -5904766 or 8578725. OLE color: 8578725.
HSL color Cylindrical-coordinate representation of color #A5E682: hue angle of 99º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5E682 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 130 | - |
| CMYK | 0.28 | 0 | 0.43 | 0.10 |
| HSL | 99º | 0.67% | 0.71% | - |
| HSV(B) | 99º | 0.43% | 0.9% | - |
| XYZ | 47.84 | 66.2 | 31.38 | - |
| YUV | 199.17 | 88.97 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 130 | 0.28 | 0 | 0.43 | 0.10 | 99 | 0.67 | 0.71 |
| Hex | A5 | E6 | 82 | 1C | 0 | 2B | A | 63 | 43 | 47 |
| Octal | 245 | 346 | 202 | 34 | 0 | 53 | 12 | 143 | 103 | 107 |
| Binary | 10100101 | 11100110 | 10000010 | 11100 | 0 | 101011 | 1010 | 1100011 | 1000011 | 1000111 |
Color Harmonies of #A5E682
Complementary color
Monochromatic Colors of #A5E682
Black with #A5E682
Text Example
Text Example
White with #A5E682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E682; }
p { color: rgb(165,230,130); }
H1.HeaderClassName
{
color: #A5E682;
}
.AnyTagClassName
{
color: #A5E682;
}
</style>
background-color css
<style>
a { background-color: #A5E682; }
a { background-color: rgb(165,230,130); }
div.DivClassName
{
background-color: #A5E682;
}
.BgClassName
{
background-color: #A5E682;
}
</style>
border-color css
<style>
span { border-color: #A5E682; }
span { border-color: rgb(165,230,130); }
td.TdClassName
{
border-color: #A5E682;
}
.TagClassName
{
border-color: #A5E682;
}
</style>