Shades of Feijoa #A8DC7E
Tints of Feijoa #A8DC7E
RGB
CMYK
RGB Variations
Color information
#A8DC7E (or 0xA8DC7E) is known color: Feijoa. HEX triplet: A8, DC and 7E. RGB value is (168,220,126). Sum of RGB (Red+Green+Blue) = 168+220+126=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC7E is #572381. Grayscale: #C2C2C2. Windows color (decimal): -5710722 or 8314024. OLE color: 8314024.
HSL color Cylindrical-coordinate representation of color #A8DC7E: hue angle of 93.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8DC7E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 126 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.14 |
| HSL | 93.19º | 0.57% | 0.68% | - |
| HSV(B) | 93.19º | 0.43% | 0.86% | - |
| XYZ | 45.51 | 61.02 | 29.12 | - |
| YUV | 193.74 | 89.77 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 126 | 0.24 | 0 | 0.43 | 0.14 | 93.19 | 0.57 | 0.68 |
| Hex | A8 | DC | 7E | 18 | 0 | 2B | E | 5D | 39 | 44 |
| Octal | 250 | 334 | 176 | 30 | 0 | 53 | 16 | 135 | 71 | 104 |
| Binary | 10101000 | 11011100 | 1111110 | 11000 | 0 | 101011 | 1110 | 1011101 | 111001 | 1000100 |
Color Harmonies of #A8DC7E
Complementary color
Monochromatic Colors of #A8DC7E
Black with #A8DC7E
Text Example
Text Example
White with #A8DC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC7E; }
p { color: rgb(168,220,126); }
H1.HeaderClassName
{
color: #A8DC7E;
}
.AnyTagClassName
{
color: #A8DC7E;
}
</style>
background-color css
<style>
a { background-color: #A8DC7E; }
a { background-color: rgb(168,220,126); }
div.DivClassName
{
background-color: #A8DC7E;
}
.BgClassName
{
background-color: #A8DC7E;
}
</style>
border-color css
<style>
span { border-color: #A8DC7E; }
span { border-color: rgb(168,220,126); }
td.TdClassName
{
border-color: #A8DC7E;
}
.TagClassName
{
border-color: #A8DC7E;
}
</style>