Shades of Feijoa #A7F282
Tints of Feijoa #A7F282
RGB
CMYK
RGB Variations
Color information
#A7F282 (or 0xA7F282) is known color: Feijoa. HEX triplet: A7, F2 and 82. RGB value is (167,242,130). Sum of RGB (Red+Green+Blue) = 167+242+130=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F282 is #580D7D. Grayscale: #CFCFCF. Windows color (decimal): -5770622 or 8581799. OLE color: 8581799.
HSL color Cylindrical-coordinate representation of color #A7F282: hue angle of 100.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7F282 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 242 | 130 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.05 |
| HSL | 100.18º | 0.81% | 0.73% | - |
| HSV(B) | 100.18º | 0.46% | 0.95% | - |
| XYZ | 51.72 | 73.33 | 32.55 | - |
| YUV | 206.81 | 84.65 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 130 | 0.31 | 0 | 0.46 | 0.05 | 100.18 | 0.81 | 0.73 |
| Hex | A7 | F2 | 82 | 1F | 0 | 2E | 5 | 64 | 51 | 49 |
| Octal | 247 | 362 | 202 | 37 | 0 | 56 | 5 | 144 | 121 | 111 |
| Binary | 10100111 | 11110010 | 10000010 | 11111 | 0 | 101110 | 101 | 1100100 | 1010001 | 1001001 |
Color Harmonies of #A7F282
Complementary color
Monochromatic Colors of #A7F282
Black with #A7F282
Text Example
Text Example
White with #A7F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F282; }
p { color: rgb(167,242,130); }
H1.HeaderClassName
{
color: #A7F282;
}
.AnyTagClassName
{
color: #A7F282;
}
</style>
background-color css
<style>
a { background-color: #A7F282; }
a { background-color: rgb(167,242,130); }
div.DivClassName
{
background-color: #A7F282;
}
.BgClassName
{
background-color: #A7F282;
}
</style>
border-color css
<style>
span { border-color: #A7F282; }
span { border-color: rgb(167,242,130); }
td.TdClassName
{
border-color: #A7F282;
}
.TagClassName
{
border-color: #A7F282;
}
</style>