Shades of Feijoa #A7E071
Tints of Feijoa #A7E071
RGB
CMYK
RGB Variations
Color information
#A7E071 (or 0xA7E071) is known color: Feijoa. HEX triplet: A7, E0 and 71. RGB value is (167,224,113). Sum of RGB (Red+Green+Blue) = 167+224+113=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7E071 is #581F8E. Grayscale: #C2C2C2. Windows color (decimal): -5775247 or 7463079. OLE color: 7463079.
HSL color Cylindrical-coordinate representation of color #A7E071: hue angle of 90.81º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7E071 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 113 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.12 |
| HSL | 90.81º | 0.64% | 0.66% | - |
| HSV(B) | 90.81º | 0.5% | 0.88% | - |
| XYZ | 45.57 | 62.72 | 25.33 | - |
| YUV | 194.3 | 82.12 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 113 | 0.25 | 0 | 0.50 | 0.12 | 90.81 | 0.64 | 0.66 |
| Hex | A7 | E0 | 71 | 19 | 0 | 32 | C | 5B | 40 | 42 |
| Octal | 247 | 340 | 161 | 31 | 0 | 62 | 14 | 133 | 100 | 102 |
| Binary | 10100111 | 11100000 | 1110001 | 11001 | 0 | 110010 | 1100 | 1011011 | 1000000 | 1000010 |
Color Harmonies of #A7E071
Complementary color
Monochromatic Colors of #A7E071
Black with #A7E071
Text Example
Text Example
White with #A7E071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E071; }
p { color: rgb(167,224,113); }
H1.HeaderClassName
{
color: #A7E071;
}
.AnyTagClassName
{
color: #A7E071;
}
</style>
background-color css
<style>
a { background-color: #A7E071; }
a { background-color: rgb(167,224,113); }
div.DivClassName
{
background-color: #A7E071;
}
.BgClassName
{
background-color: #A7E071;
}
</style>
border-color css
<style>
span { border-color: #A7E071; }
span { border-color: rgb(167,224,113); }
td.TdClassName
{
border-color: #A7E071;
}
.TagClassName
{
border-color: #A7E071;
}
</style>