Shades of Feijoa #A7D57F
Tints of Feijoa #A7D57F
RGB
CMYK
RGB Variations
Color information
#A7D57F (or 0xA7D57F) is known color: Feijoa. HEX triplet: A7, D5 and 7F. RGB value is (167,213,127). Sum of RGB (Red+Green+Blue) = 167+213+127=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D57F is #582A80. Grayscale: #BDBDBD. Windows color (decimal): -5778049 or 8377767. OLE color: 8377767.
HSL color Cylindrical-coordinate representation of color #A7D57F: hue angle of 92.09º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7D57F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 127 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.16 |
| HSL | 92.09º | 0.51% | 0.67% | - |
| HSV(B) | 92.09º | 0.4% | 0.84% | - |
| XYZ | 43.56 | 57.34 | 28.85 | - |
| YUV | 189.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 127 | 0.22 | 0 | 0.40 | 0.16 | 92.09 | 0.51 | 0.67 |
| Hex | A7 | D5 | 7F | 16 | 0 | 28 | 10 | 5C | 33 | 43 |
| Octal | 247 | 325 | 177 | 26 | 0 | 50 | 20 | 134 | 63 | 103 |
| Binary | 10100111 | 11010101 | 1111111 | 10110 | 0 | 101000 | 10000 | 1011100 | 110011 | 1000011 |
Color Harmonies of #A7D57F
Complementary color
Monochromatic Colors of #A7D57F
Black with #A7D57F
Text Example
Text Example
White with #A7D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D57F; }
p { color: rgb(167,213,127); }
H1.HeaderClassName
{
color: #A7D57F;
}
.AnyTagClassName
{
color: #A7D57F;
}
</style>
background-color css
<style>
a { background-color: #A7D57F; }
a { background-color: rgb(167,213,127); }
div.DivClassName
{
background-color: #A7D57F;
}
.BgClassName
{
background-color: #A7D57F;
}
</style>
border-color css
<style>
span { border-color: #A7D57F; }
span { border-color: rgb(167,213,127); }
td.TdClassName
{
border-color: #A7D57F;
}
.TagClassName
{
border-color: #A7D57F;
}
</style>