Shades of Feijoa #A8D78A
Tints of Feijoa #A8D78A
RGB
CMYK
RGB Variations
Color information
#A8D78A (or 0xA8D78A) is known color: Feijoa. HEX triplet: A8, D7 and 8A. RGB value is (168,215,138). Sum of RGB (Red+Green+Blue) = 168+215+138=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D78A is #572875. Grayscale: #C0C0C0. Windows color (decimal): -5711990 or 9099176. OLE color: 9099176.
HSL color Cylindrical-coordinate representation of color #A8D78A: hue angle of 96.62º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D78A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 138 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.16 |
| HSL | 96.62º | 0.49% | 0.69% | - |
| HSV(B) | 96.62º | 0.36% | 0.84% | - |
| XYZ | 45.04 | 58.76 | 33.01 | - |
| YUV | 192.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 138 | 0.22 | 0 | 0.36 | 0.16 | 96.62 | 0.49 | 0.69 |
| Hex | A8 | D7 | 8A | 16 | 0 | 24 | 10 | 61 | 31 | 45 |
| Octal | 250 | 327 | 212 | 26 | 0 | 44 | 20 | 141 | 61 | 105 |
| Binary | 10101000 | 11010111 | 10001010 | 10110 | 0 | 100100 | 10000 | 1100001 | 110001 | 1000101 |
Color Harmonies of #A8D78A
Complementary color
Monochromatic Colors of #A8D78A
Black with #A8D78A
Text Example
Text Example
White with #A8D78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D78A; }
p { color: rgb(168,215,138); }
H1.HeaderClassName
{
color: #A8D78A;
}
.AnyTagClassName
{
color: #A8D78A;
}
</style>
background-color css
<style>
a { background-color: #A8D78A; }
a { background-color: rgb(168,215,138); }
div.DivClassName
{
background-color: #A8D78A;
}
.BgClassName
{
background-color: #A8D78A;
}
</style>
border-color css
<style>
span { border-color: #A8D78A; }
span { border-color: rgb(168,215,138); }
td.TdClassName
{
border-color: #A8D78A;
}
.TagClassName
{
border-color: #A8D78A;
}
</style>