Shades of Feijoa #A7D67F
Tints of Feijoa #A7D67F
RGB
CMYK
RGB Variations
Color information
#A7D67F (or 0xA7D67F) is known color: Feijoa. HEX triplet: A7, D6 and 7F. RGB value is (167,214,127). Sum of RGB (Red+Green+Blue) = 167+214+127=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D67F is #582980. Grayscale: #BEBEBE. Windows color (decimal): -5777793 or 8378023. OLE color: 8378023.
HSL color Cylindrical-coordinate representation of color #A7D67F: hue angle of 92.41º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7D67F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 127 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.16 |
| HSL | 92.41º | 0.51% | 0.67% | - |
| HSV(B) | 92.41º | 0.41% | 0.84% | - |
| XYZ | 43.81 | 57.84 | 28.93 | - |
| YUV | 190.03 | 92.43 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 127 | 0.22 | 0 | 0.41 | 0.16 | 92.41 | 0.51 | 0.67 |
| Hex | A7 | D6 | 7F | 16 | 0 | 29 | 10 | 5C | 33 | 43 |
| Octal | 247 | 326 | 177 | 26 | 0 | 51 | 20 | 134 | 63 | 103 |
| Binary | 10100111 | 11010110 | 1111111 | 10110 | 0 | 101001 | 10000 | 1011100 | 110011 | 1000011 |
Color Harmonies of #A7D67F
Complementary color
Monochromatic Colors of #A7D67F
Black with #A7D67F
Text Example
Text Example
White with #A7D67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D67F; }
p { color: rgb(167,214,127); }
H1.HeaderClassName
{
color: #A7D67F;
}
.AnyTagClassName
{
color: #A7D67F;
}
</style>
background-color css
<style>
a { background-color: #A7D67F; }
a { background-color: rgb(167,214,127); }
div.DivClassName
{
background-color: #A7D67F;
}
.BgClassName
{
background-color: #A7D67F;
}
</style>
border-color css
<style>
span { border-color: #A7D67F; }
span { border-color: rgb(167,214,127); }
td.TdClassName
{
border-color: #A7D67F;
}
.TagClassName
{
border-color: #A7D67F;
}
</style>