Shades of Feijoa #A8DB7C
Tints of Feijoa #A8DB7C
RGB
CMYK
RGB Variations
Color information
#A8DB7C (or 0xA8DB7C) is known color: Feijoa. HEX triplet: A8, DB and 7C. RGB value is (168,219,124). Sum of RGB (Red+Green+Blue) = 168+219+124=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DB7C is #572483. Grayscale: #C1C1C1. Windows color (decimal): -5710980 or 8182696. OLE color: 8182696.
HSL color Cylindrical-coordinate representation of color #A8DB7C: hue angle of 92.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8DB7C is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 124 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.14 |
| HSL | 92.21º | 0.57% | 0.67% | - |
| HSV(B) | 92.21º | 0.43% | 0.86% | - |
| XYZ | 45.12 | 60.44 | 28.36 | - |
| YUV | 192.92 | 89.1 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 124 | 0.23 | 0 | 0.43 | 0.14 | 92.21 | 0.57 | 0.67 |
| Hex | A8 | DB | 7C | 17 | 0 | 2B | E | 5C | 39 | 43 |
| Octal | 250 | 333 | 174 | 27 | 0 | 53 | 16 | 134 | 71 | 103 |
| Binary | 10101000 | 11011011 | 1111100 | 10111 | 0 | 101011 | 1110 | 1011100 | 111001 | 1000011 |
Color Harmonies of #A8DB7C
Complementary color
Monochromatic Colors of #A8DB7C
Black with #A8DB7C
Text Example
Text Example
White with #A8DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB7C; }
p { color: rgb(168,219,124); }
H1.HeaderClassName
{
color: #A8DB7C;
}
.AnyTagClassName
{
color: #A8DB7C;
}
</style>
background-color css
<style>
a { background-color: #A8DB7C; }
a { background-color: rgb(168,219,124); }
div.DivClassName
{
background-color: #A8DB7C;
}
.BgClassName
{
background-color: #A8DB7C;
}
</style>
border-color css
<style>
span { border-color: #A8DB7C; }
span { border-color: rgb(168,219,124); }
td.TdClassName
{
border-color: #A8DB7C;
}
.TagClassName
{
border-color: #A8DB7C;
}
</style>