Shades of Feijoa #A7F283
Tints of Feijoa #A7F283
RGB
CMYK
RGB Variations
Color information
#A7F283 (or 0xA7F283) is known color: Feijoa. HEX triplet: A7, F2 and 83. RGB value is (167,242,131). Sum of RGB (Red+Green+Blue) = 167+242+131=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F283 is #580D7C. Grayscale: #CFCFCF. Windows color (decimal): -5770621 or 8647335. OLE color: 8647335.
HSL color Cylindrical-coordinate representation of color #A7F283: hue angle of 100.54º 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 #A7F283 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 242 | 131 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.05 |
| HSL | 100.54º | 0.81% | 0.73% | - |
| HSV(B) | 100.54º | 0.46% | 0.95% | - |
| XYZ | 51.79 | 73.36 | 32.9 | - |
| YUV | 206.92 | 85.15 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 131 | 0.31 | 0 | 0.46 | 0.05 | 100.54 | 0.81 | 0.73 |
| Hex | A7 | F2 | 83 | 1F | 0 | 2E | 5 | 65 | 51 | 49 |
| Octal | 247 | 362 | 203 | 37 | 0 | 56 | 5 | 145 | 121 | 111 |
| Binary | 10100111 | 11110010 | 10000011 | 11111 | 0 | 101110 | 101 | 1100101 | 1010001 | 1001001 |
Color Harmonies of #A7F283
Complementary color
Monochromatic Colors of #A7F283
Black with #A7F283
Text Example
Text Example
White with #A7F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F283; }
p { color: rgb(167,242,131); }
H1.HeaderClassName
{
color: #A7F283;
}
.AnyTagClassName
{
color: #A7F283;
}
</style>
background-color css
<style>
a { background-color: #A7F283; }
a { background-color: rgb(167,242,131); }
div.DivClassName
{
background-color: #A7F283;
}
.BgClassName
{
background-color: #A7F283;
}
</style>
border-color css
<style>
span { border-color: #A7F283; }
span { border-color: rgb(167,242,131); }
td.TdClassName
{
border-color: #A7F283;
}
.TagClassName
{
border-color: #A7F283;
}
</style>