Shades of Feijoa #A8DC7B
Tints of Feijoa #A8DC7B
RGB
CMYK
RGB Variations
Color information
#A8DC7B (or 0xA8DC7B) is known color: Feijoa. HEX triplet: A8, DC and 7B. RGB value is (168,220,123). Sum of RGB (Red+Green+Blue) = 168+220+123=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DC7B is #572384. Grayscale: #C1C1C1. Windows color (decimal): -5710725 or 8117416. OLE color: 8117416.
HSL color Cylindrical-coordinate representation of color #A8DC7B: hue angle of 92.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8DC7B is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 123 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.14 |
| HSL | 92.16º | 0.58% | 0.67% | - |
| HSV(B) | 92.16º | 0.44% | 0.86% | - |
| XYZ | 45.32 | 60.94 | 28.11 | - |
| YUV | 193.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 123 | 0.24 | 0 | 0.44 | 0.14 | 92.16 | 0.58 | 0.67 |
| Hex | A8 | DC | 7B | 18 | 0 | 2C | E | 5C | 3A | 43 |
| Octal | 250 | 334 | 173 | 30 | 0 | 54 | 16 | 134 | 72 | 103 |
| Binary | 10101000 | 11011100 | 1111011 | 11000 | 0 | 101100 | 1110 | 1011100 | 111010 | 1000011 |
Color Harmonies of #A8DC7B
Complementary color
Monochromatic Colors of #A8DC7B
Black with #A8DC7B
Text Example
Text Example
White with #A8DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC7B; }
p { color: rgb(168,220,123); }
H1.HeaderClassName
{
color: #A8DC7B;
}
.AnyTagClassName
{
color: #A8DC7B;
}
</style>
background-color css
<style>
a { background-color: #A8DC7B; }
a { background-color: rgb(168,220,123); }
div.DivClassName
{
background-color: #A8DC7B;
}
.BgClassName
{
background-color: #A8DC7B;
}
</style>
border-color css
<style>
span { border-color: #A8DC7B; }
span { border-color: rgb(168,220,123); }
td.TdClassName
{
border-color: #A8DC7B;
}
.TagClassName
{
border-color: #A8DC7B;
}
</style>