Shades of Feijoa #A7E372
Tints of Feijoa #A7E372
RGB
CMYK
RGB Variations
Color information
#A7E372 (or 0xA7E372) is known color: Feijoa. HEX triplet: A7, E3 and 72. RGB value is (167,227,114). Sum of RGB (Red+Green+Blue) = 167+227+114=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E372 is #581C8D. Grayscale: #C4C4C4. Windows color (decimal): -5774478 or 7529383. OLE color: 7529383.
HSL color Cylindrical-coordinate representation of color #A7E372: hue angle of 91.86º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7E372 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 114 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.11 |
| HSL | 91.86º | 0.67% | 0.67% | - |
| HSV(B) | 91.86º | 0.5% | 0.89% | - |
| XYZ | 46.44 | 64.37 | 25.9 | - |
| YUV | 196.18 | 81.62 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 114 | 0.26 | 0 | 0.50 | 0.11 | 91.86 | 0.67 | 0.67 |
| Hex | A7 | E3 | 72 | 1A | 0 | 32 | B | 5C | 43 | 43 |
| Octal | 247 | 343 | 162 | 32 | 0 | 62 | 13 | 134 | 103 | 103 |
| Binary | 10100111 | 11100011 | 1110010 | 11010 | 0 | 110010 | 1011 | 1011100 | 1000011 | 1000011 |
Color Harmonies of #A7E372
Complementary color
Monochromatic Colors of #A7E372
Black with #A7E372
Text Example
Text Example
White with #A7E372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E372; }
p { color: rgb(167,227,114); }
H1.HeaderClassName
{
color: #A7E372;
}
.AnyTagClassName
{
color: #A7E372;
}
</style>
background-color css
<style>
a { background-color: #A7E372; }
a { background-color: rgb(167,227,114); }
div.DivClassName
{
background-color: #A7E372;
}
.BgClassName
{
background-color: #A7E372;
}
</style>
border-color css
<style>
span { border-color: #A7E372; }
span { border-color: rgb(167,227,114); }
td.TdClassName
{
border-color: #A7E372;
}
.TagClassName
{
border-color: #A7E372;
}
</style>