Shades of Feijoa #A7D27B
Tints of Feijoa #A7D27B
RGB
CMYK
RGB Variations
Color information
#A7D27B (or 0xA7D27B) is known color: Feijoa. HEX triplet: A7, D2 and 7B. RGB value is (167,210,123). Sum of RGB (Red+Green+Blue) = 167+210+123=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D27B is #582D84. Grayscale: #BBBBBB. Windows color (decimal): -5778821 or 8114855. OLE color: 8114855.
HSL color Cylindrical-coordinate representation of color #A7D27B: hue angle of 89.66º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7D27B is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 123 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.18 |
| HSL | 89.66º | 0.49% | 0.65% | - |
| HSV(B) | 89.66º | 0.41% | 0.82% | - |
| XYZ | 42.56 | 55.74 | 27.25 | - |
| YUV | 187.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 123 | 0.20 | 0 | 0.41 | 0.18 | 89.66 | 0.49 | 0.65 |
| Hex | A7 | D2 | 7B | 14 | 0 | 29 | 12 | 5A | 31 | 41 |
| Octal | 247 | 322 | 173 | 24 | 0 | 51 | 22 | 132 | 61 | 101 |
| Binary | 10100111 | 11010010 | 1111011 | 10100 | 0 | 101001 | 10010 | 1011010 | 110001 | 1000001 |
Color Harmonies of #A7D27B
Complementary color
Monochromatic Colors of #A7D27B
Black with #A7D27B
Text Example
Text Example
White with #A7D27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D27B; }
p { color: rgb(167,210,123); }
H1.HeaderClassName
{
color: #A7D27B;
}
.AnyTagClassName
{
color: #A7D27B;
}
</style>
background-color css
<style>
a { background-color: #A7D27B; }
a { background-color: rgb(167,210,123); }
div.DivClassName
{
background-color: #A7D27B;
}
.BgClassName
{
background-color: #A7D27B;
}
</style>
border-color css
<style>
span { border-color: #A7D27B; }
span { border-color: rgb(167,210,123); }
td.TdClassName
{
border-color: #A7D27B;
}
.TagClassName
{
border-color: #A7D27B;
}
</style>