Shades of Feijoa #A8D784
Tints of Feijoa #A8D784
RGB
CMYK
RGB Variations
Color information
#A8D784 (or 0xA8D784) is known color: Feijoa. HEX triplet: A8, D7 and 84. RGB value is (168,215,132). Sum of RGB (Red+Green+Blue) = 168+215+132=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D784 is #57287B. Grayscale: #BFBFBF. Windows color (decimal): -5711996 or 8705960. OLE color: 8705960.
HSL color Cylindrical-coordinate representation of color #A8D784: hue angle of 93.98º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D784 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 132 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.16 |
| HSL | 93.98º | 0.51% | 0.68% | - |
| HSV(B) | 93.98º | 0.39% | 0.84% | - |
| XYZ | 44.61 | 58.59 | 30.79 | - |
| YUV | 191.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 132 | 0.22 | 0 | 0.39 | 0.16 | 93.98 | 0.51 | 0.68 |
| Hex | A8 | D7 | 84 | 16 | 0 | 27 | 10 | 5E | 33 | 44 |
| Octal | 250 | 327 | 204 | 26 | 0 | 47 | 20 | 136 | 63 | 104 |
| Binary | 10101000 | 11010111 | 10000100 | 10110 | 0 | 100111 | 10000 | 1011110 | 110011 | 1000100 |
Color Harmonies of #A8D784
Complementary color
Monochromatic Colors of #A8D784
Black with #A8D784
Text Example
Text Example
White with #A8D784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D784; }
p { color: rgb(168,215,132); }
H1.HeaderClassName
{
color: #A8D784;
}
.AnyTagClassName
{
color: #A8D784;
}
</style>
background-color css
<style>
a { background-color: #A8D784; }
a { background-color: rgb(168,215,132); }
div.DivClassName
{
background-color: #A8D784;
}
.BgClassName
{
background-color: #A8D784;
}
</style>
border-color css
<style>
span { border-color: #A8D784; }
span { border-color: rgb(168,215,132); }
td.TdClassName
{
border-color: #A8D784;
}
.TagClassName
{
border-color: #A8D784;
}
</style>