Shades of Feijoa #A7D07E
Tints of Feijoa #A7D07E
RGB
CMYK
RGB Variations
Color information
#A7D07E (or 0xA7D07E) is known color: Feijoa. HEX triplet: A7, D0 and 7E. RGB value is (167,208,126). Sum of RGB (Red+Green+Blue) = 167+208+126=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D07E is #582F81. Grayscale: #BABABA. Windows color (decimal): -5779330 or 8310951. OLE color: 8310951.
HSL color Cylindrical-coordinate representation of color #A7D07E: hue angle of 90º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A7D07E is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 208 | 126 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.18 |
| HSL | 90º | 0.47% | 0.65% | - |
| HSV(B) | 90º | 0.39% | 0.82% | - |
| XYZ | 42.26 | 54.83 | 28.1 | - |
| YUV | 186.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 126 | 0.20 | 0 | 0.39 | 0.18 | 90 | 0.47 | 0.65 |
| Hex | A7 | D0 | 7E | 14 | 0 | 27 | 12 | 5A | 2F | 41 |
| Octal | 247 | 320 | 176 | 24 | 0 | 47 | 22 | 132 | 57 | 101 |
| Binary | 10100111 | 11010000 | 1111110 | 10100 | 0 | 100111 | 10010 | 1011010 | 101111 | 1000001 |
Color Harmonies of #A7D07E
Complementary color
Monochromatic Colors of #A7D07E
Black with #A7D07E
Text Example
Text Example
White with #A7D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D07E; }
p { color: rgb(167,208,126); }
H1.HeaderClassName
{
color: #A7D07E;
}
.AnyTagClassName
{
color: #A7D07E;
}
</style>
background-color css
<style>
a { background-color: #A7D07E; }
a { background-color: rgb(167,208,126); }
div.DivClassName
{
background-color: #A7D07E;
}
.BgClassName
{
background-color: #A7D07E;
}
</style>
border-color css
<style>
span { border-color: #A7D07E; }
span { border-color: rgb(167,208,126); }
td.TdClassName
{
border-color: #A7D07E;
}
.TagClassName
{
border-color: #A7D07E;
}
</style>