Shades of Feijoa #A8DD8B
Tints of Feijoa #A8DD8B
RGB
CMYK
RGB Variations
Color information
#A8DD8B (or 0xA8DD8B) is known color: Feijoa. HEX triplet: A8, DD and 8B. RGB value is (168,221,139). Sum of RGB (Red+Green+Blue) = 168+221+139=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD8B is #572274. Grayscale: #C4C4C4. Windows color (decimal): -5710453 or 9166248. OLE color: 9166248.
HSL color Cylindrical-coordinate representation of color #A8DD8B: hue angle of 98.78º degrees, saturation: 0.55, 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 #A8DD8B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 139 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.13 |
| HSL | 98.78º | 0.55% | 0.71% | - |
| HSV(B) | 98.78º | 0.37% | 0.87% | - |
| XYZ | 46.67 | 61.9 | 33.91 | - |
| YUV | 195.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 139 | 0.24 | 0 | 0.37 | 0.13 | 98.78 | 0.55 | 0.71 |
| Hex | A8 | DD | 8B | 18 | 0 | 25 | D | 63 | 37 | 47 |
| Octal | 250 | 335 | 213 | 30 | 0 | 45 | 15 | 143 | 67 | 107 |
| Binary | 10101000 | 11011101 | 10001011 | 11000 | 0 | 100101 | 1101 | 1100011 | 110111 | 1000111 |
Color Harmonies of #A8DD8B
Complementary color
Monochromatic Colors of #A8DD8B
Black with #A8DD8B
Text Example
Text Example
White with #A8DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD8B; }
p { color: rgb(168,221,139); }
H1.HeaderClassName
{
color: #A8DD8B;
}
.AnyTagClassName
{
color: #A8DD8B;
}
</style>
background-color css
<style>
a { background-color: #A8DD8B; }
a { background-color: rgb(168,221,139); }
div.DivClassName
{
background-color: #A8DD8B;
}
.BgClassName
{
background-color: #A8DD8B;
}
</style>
border-color css
<style>
span { border-color: #A8DD8B; }
span { border-color: rgb(168,221,139); }
td.TdClassName
{
border-color: #A8DD8B;
}
.TagClassName
{
border-color: #A8DD8B;
}
</style>