Shades of Feijoa #A7E283
Tints of Feijoa #A7E283
RGB
CMYK
RGB Variations
Color information
#A7E283 (or 0xA7E283) is known color: Feijoa. HEX triplet: A7, E2 and 83. RGB value is (167,226,131). Sum of RGB (Red+Green+Blue) = 167+226+131=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E283 is #581D7C. Grayscale: #C5C5C5. Windows color (decimal): -5774717 or 8643239. OLE color: 8643239.
HSL color Cylindrical-coordinate representation of color #A7E283: hue angle of 97.26º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7E283 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 131 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.11 |
| HSL | 97.26º | 0.62% | 0.7% | - |
| HSV(B) | 97.26º | 0.42% | 0.89% | - |
| XYZ | 47.23 | 64.25 | 31.38 | - |
| YUV | 197.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 131 | 0.26 | 0 | 0.42 | 0.11 | 97.26 | 0.62 | 0.7 |
| Hex | A7 | E2 | 83 | 1A | 0 | 2A | B | 61 | 3E | 46 |
| Octal | 247 | 342 | 203 | 32 | 0 | 52 | 13 | 141 | 76 | 106 |
| Binary | 10100111 | 11100010 | 10000011 | 11010 | 0 | 101010 | 1011 | 1100001 | 111110 | 1000110 |
Color Harmonies of #A7E283
Complementary color
Monochromatic Colors of #A7E283
Black with #A7E283
Text Example
Text Example
White with #A7E283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E283; }
p { color: rgb(167,226,131); }
H1.HeaderClassName
{
color: #A7E283;
}
.AnyTagClassName
{
color: #A7E283;
}
</style>
background-color css
<style>
a { background-color: #A7E283; }
a { background-color: rgb(167,226,131); }
div.DivClassName
{
background-color: #A7E283;
}
.BgClassName
{
background-color: #A7E283;
}
</style>
border-color css
<style>
span { border-color: #A7E283; }
span { border-color: rgb(167,226,131); }
td.TdClassName
{
border-color: #A7E283;
}
.TagClassName
{
border-color: #A7E283;
}
</style>