Shades of Feijoa #A7E272
Tints of Feijoa #A7E272
RGB
CMYK
RGB Variations
Color information
#A7E272 (or 0xA7E272) is known color: Feijoa. HEX triplet: A7, E2 and 72. RGB value is (167,226,114). Sum of RGB (Red+Green+Blue) = 167+226+114=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #A7E272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E272 is #581D8D. Grayscale: #C3C3C3. Windows color (decimal): -5774734 or 7529127. OLE color: 7529127.
HSL color Cylindrical-coordinate representation of color #A7E272: hue angle of 91.61º degrees, saturation: 0.66, 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 #A7E272 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 226 | 114 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.11 |
| HSL | 91.61º | 0.66% | 0.67% | - |
| HSV(B) | 91.61º | 0.5% | 0.89% | - |
| XYZ | 46.17 | 63.82 | 25.81 | - |
| YUV | 195.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 114 | 0.26 | 0 | 0.50 | 0.11 | 91.61 | 0.66 | 0.67 |
| Hex | A7 | E2 | 72 | 1A | 0 | 32 | B | 5C | 42 | 43 |
| Octal | 247 | 342 | 162 | 32 | 0 | 62 | 13 | 134 | 102 | 103 |
| Binary | 10100111 | 11100010 | 1110010 | 11010 | 0 | 110010 | 1011 | 1011100 | 1000010 | 1000011 |
Color Harmonies of #A7E272
Complementary color
Monochromatic Colors of #A7E272
Black with #A7E272
Text Example
Text Example
White with #A7E272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E272; }
p { color: rgb(167,226,114); }
H1.HeaderClassName
{
color: #A7E272;
}
.AnyTagClassName
{
color: #A7E272;
}
</style>
background-color css
<style>
a { background-color: #A7E272; }
a { background-color: rgb(167,226,114); }
div.DivClassName
{
background-color: #A7E272;
}
.BgClassName
{
background-color: #A7E272;
}
</style>
border-color css
<style>
span { border-color: #A7E272; }
span { border-color: rgb(167,226,114); }
td.TdClassName
{
border-color: #A7E272;
}
.TagClassName
{
border-color: #A7E272;
}
</style>