Shades of Feijoa #A7E374
Tints of Feijoa #A7E374
RGB
CMYK
RGB Variations
Color information
#A7E374 (or 0xA7E374) is known color: Feijoa. HEX triplet: A7, E3 and 74. RGB value is (167,227,116). Sum of RGB (Red+Green+Blue) = 167+227+116=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E374 is #581C8B. Grayscale: #C4C4C4. Windows color (decimal): -5774476 or 7660455. OLE color: 7660455.
HSL color Cylindrical-coordinate representation of color #A7E374: hue angle of 92.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7E374 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 116 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.11 |
| HSL | 92.43º | 0.66% | 0.67% | - |
| HSV(B) | 92.43º | 0.49% | 0.89% | - |
| XYZ | 46.56 | 64.41 | 26.5 | - |
| YUV | 196.41 | 82.62 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 116 | 0.26 | 0 | 0.49 | 0.11 | 92.43 | 0.66 | 0.67 |
| Hex | A7 | E3 | 74 | 1A | 0 | 31 | B | 5C | 42 | 43 |
| Octal | 247 | 343 | 164 | 32 | 0 | 61 | 13 | 134 | 102 | 103 |
| Binary | 10100111 | 11100011 | 1110100 | 11010 | 0 | 110001 | 1011 | 1011100 | 1000010 | 1000011 |
Color Harmonies of #A7E374
Complementary color
Monochromatic Colors of #A7E374
Black with #A7E374
Text Example
Text Example
White with #A7E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E374; }
p { color: rgb(167,227,116); }
H1.HeaderClassName
{
color: #A7E374;
}
.AnyTagClassName
{
color: #A7E374;
}
</style>
background-color css
<style>
a { background-color: #A7E374; }
a { background-color: rgb(167,227,116); }
div.DivClassName
{
background-color: #A7E374;
}
.BgClassName
{
background-color: #A7E374;
}
</style>
border-color css
<style>
span { border-color: #A7E374; }
span { border-color: rgb(167,227,116); }
td.TdClassName
{
border-color: #A7E374;
}
.TagClassName
{
border-color: #A7E374;
}
</style>