Shades of Feijoa #A8D28B
Tints of Feijoa #A8D28B
RGB
CMYK
RGB Variations
Color information
#A8D28B (or 0xA8D28B) is known color: Feijoa. HEX triplet: A8, D2 and 8B. RGB value is (168,210,139). Sum of RGB (Red+Green+Blue) = 168+210+139=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D28B is #572D74. Grayscale: #BDBDBD. Windows color (decimal): -5713269 or 9163432. OLE color: 9163432.
HSL color Cylindrical-coordinate representation of color #A8D28B: hue angle of 95.49º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D28B is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 139 | - |
| CMYK | 0.2 | 0 | 0.34 | 0.18 |
| HSL | 95.49º | 0.44% | 0.68% | - |
| HSV(B) | 95.49º | 0.34% | 0.82% | - |
| XYZ | 43.86 | 56.28 | 32.98 | - |
| YUV | 189.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 139 | 0.2 | 0 | 0.34 | 0.18 | 95.49 | 0.44 | 0.68 |
| Hex | A8 | D2 | 8B | 14 | 0 | 22 | 12 | 5F | 2C | 44 |
| Octal | 250 | 322 | 213 | 24 | 0 | 42 | 22 | 137 | 54 | 104 |
| Binary | 10101000 | 11010010 | 10001011 | 10100 | 0 | 100010 | 10010 | 1011111 | 101100 | 1000100 |
Color Harmonies of #A8D28B
Complementary color
Monochromatic Colors of #A8D28B
Black with #A8D28B
Text Example
Text Example
White with #A8D28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D28B; }
p { color: rgb(168,210,139); }
H1.HeaderClassName
{
color: #A8D28B;
}
.AnyTagClassName
{
color: #A8D28B;
}
</style>
background-color css
<style>
a { background-color: #A8D28B; }
a { background-color: rgb(168,210,139); }
div.DivClassName
{
background-color: #A8D28B;
}
.BgClassName
{
background-color: #A8D28B;
}
</style>
border-color css
<style>
span { border-color: #A8D28B; }
span { border-color: rgb(168,210,139); }
td.TdClassName
{
border-color: #A8D28B;
}
.TagClassName
{
border-color: #A8D28B;
}
</style>