Shades of Feijoa #A8DD8C
Tints of Feijoa #A8DD8C
RGB
CMYK
RGB Variations
Color information
#A8DD8C (or 0xA8DD8C) is known color: Feijoa. HEX triplet: A8, DD and 8C. RGB value is (168,221,140). Sum of RGB (Red+Green+Blue) = 168+221+140=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD8C is #572273. Grayscale: #C4C4C4. Windows color (decimal): -5710452 or 9231784. OLE color: 9231784.
HSL color Cylindrical-coordinate representation of color #A8DD8C: hue angle of 99.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8DD8C is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 140 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.13 |
| HSL | 99.26º | 0.54% | 0.71% | - |
| HSV(B) | 99.26º | 0.37% | 0.87% | - |
| XYZ | 46.74 | 61.93 | 34.3 | - |
| YUV | 195.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 140 | 0.24 | 0 | 0.37 | 0.13 | 99.26 | 0.54 | 0.71 |
| Hex | A8 | DD | 8C | 18 | 0 | 25 | D | 63 | 36 | 47 |
| Octal | 250 | 335 | 214 | 30 | 0 | 45 | 15 | 143 | 66 | 107 |
| Binary | 10101000 | 11011101 | 10001100 | 11000 | 0 | 100101 | 1101 | 1100011 | 110110 | 1000111 |
Color Harmonies of #A8DD8C
Complementary color
Monochromatic Colors of #A8DD8C
Black with #A8DD8C
Text Example
Text Example
White with #A8DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD8C; }
p { color: rgb(168,221,140); }
H1.HeaderClassName
{
color: #A8DD8C;
}
.AnyTagClassName
{
color: #A8DD8C;
}
</style>
background-color css
<style>
a { background-color: #A8DD8C; }
a { background-color: rgb(168,221,140); }
div.DivClassName
{
background-color: #A8DD8C;
}
.BgClassName
{
background-color: #A8DD8C;
}
</style>
border-color css
<style>
span { border-color: #A8DD8C; }
span { border-color: rgb(168,221,140); }
td.TdClassName
{
border-color: #A8DD8C;
}
.TagClassName
{
border-color: #A8DD8C;
}
</style>