Shades of Feijoa #A7ED82
Tints of Feijoa #A7ED82
RGB
CMYK
RGB Variations
Color information
#A7ED82 (or 0xA7ED82) is known color: Feijoa. HEX triplet: A7, ED and 82. RGB value is (167,237,130). Sum of RGB (Red+Green+Blue) = 167+237+130=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #A7ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7ED82 is #58127D. Grayscale: #CCCCCC. Windows color (decimal): -5771902 or 8580519. OLE color: 8580519.
HSL color Cylindrical-coordinate representation of color #A7ED82: hue angle of 99.25º 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 #A7ED82 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 130 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.07 |
| HSL | 99.25º | 0.75% | 0.72% | - |
| HSV(B) | 99.25º | 0.45% | 0.93% | - |
| XYZ | 50.25 | 70.4 | 32.06 | - |
| YUV | 203.87 | 86.31 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 130 | 0.30 | 0 | 0.45 | 0.07 | 99.25 | 0.75 | 0.72 |
| Hex | A7 | ED | 82 | 1E | 0 | 2D | 7 | 63 | 4B | 48 |
| Octal | 247 | 355 | 202 | 36 | 0 | 55 | 7 | 143 | 113 | 110 |
| Binary | 10100111 | 11101101 | 10000010 | 11110 | 0 | 101101 | 111 | 1100011 | 1001011 | 1001000 |
Color Harmonies of #A7ED82
Complementary color
Monochromatic Colors of #A7ED82
Black with #A7ED82
Text Example
Text Example
White with #A7ED82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ED82; }
p { color: rgb(167,237,130); }
H1.HeaderClassName
{
color: #A7ED82;
}
.AnyTagClassName
{
color: #A7ED82;
}
</style>
background-color css
<style>
a { background-color: #A7ED82; }
a { background-color: rgb(167,237,130); }
div.DivClassName
{
background-color: #A7ED82;
}
.BgClassName
{
background-color: #A7ED82;
}
</style>
border-color css
<style>
span { border-color: #A7ED82; }
span { border-color: rgb(167,237,130); }
td.TdClassName
{
border-color: #A7ED82;
}
.TagClassName
{
border-color: #A7ED82;
}
</style>