Shades of Feijoa #A8D47E
Tints of Feijoa #A8D47E
RGB
CMYK
RGB Variations
Color information
#A8D47E (or 0xA8D47E) is known color: Feijoa. HEX triplet: A8, D4 and 7E. RGB value is (168,212,126). Sum of RGB (Red+Green+Blue) = 168+212+126=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D47E is #572B81. Grayscale: #BDBDBD. Windows color (decimal): -5712770 or 8311976. OLE color: 8311976.
HSL color Cylindrical-coordinate representation of color #A8D47E: hue angle of 90.7º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D47E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 126 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.17 |
| HSL | 90.7º | 0.5% | 0.66% | - |
| HSV(B) | 90.7º | 0.41% | 0.83% | - |
| XYZ | 43.46 | 56.92 | 28.43 | - |
| YUV | 189.04 | 92.42 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 126 | 0.21 | 0 | 0.41 | 0.17 | 90.7 | 0.5 | 0.66 |
| Hex | A8 | D4 | 7E | 15 | 0 | 29 | 11 | 5B | 32 | 42 |
| Octal | 250 | 324 | 176 | 25 | 0 | 51 | 21 | 133 | 62 | 102 |
| Binary | 10101000 | 11010100 | 1111110 | 10101 | 0 | 101001 | 10001 | 1011011 | 110010 | 1000010 |
Color Harmonies of #A8D47E
Complementary color
Monochromatic Colors of #A8D47E
Black with #A8D47E
Text Example
Text Example
White with #A8D47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D47E; }
p { color: rgb(168,212,126); }
H1.HeaderClassName
{
color: #A8D47E;
}
.AnyTagClassName
{
color: #A8D47E;
}
</style>
background-color css
<style>
a { background-color: #A8D47E; }
a { background-color: rgb(168,212,126); }
div.DivClassName
{
background-color: #A8D47E;
}
.BgClassName
{
background-color: #A8D47E;
}
</style>
border-color css
<style>
span { border-color: #A8D47E; }
span { border-color: rgb(168,212,126); }
td.TdClassName
{
border-color: #A8D47E;
}
.TagClassName
{
border-color: #A8D47E;
}
</style>