Shades of Feijoa #A8D08B
Tints of Feijoa #A8D08B
RGB
CMYK
RGB Variations
Color information
#A8D08B (or 0xA8D08B) is known color: Feijoa. HEX triplet: A8, D0 and 8B. RGB value is (168,208,139). Sum of RGB (Red+Green+Blue) = 168+208+139=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D08B is #572F74. Grayscale: #BCBCBC. Windows color (decimal): -5713781 or 9162920. OLE color: 9162920.
HSL color Cylindrical-coordinate representation of color #A8D08B: hue angle of 94.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D08B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 139 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 94.78º | 0.42% | 0.68% | - |
| HSV(B) | 94.78º | 0.33% | 0.82% | - |
| XYZ | 43.36 | 55.3 | 32.81 | - |
| YUV | 188.17 | 100.25 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 139 | 0.19 | 0 | 0.33 | 0.18 | 94.78 | 0.42 | 0.68 |
| Hex | A8 | D0 | 8B | 13 | 0 | 21 | 12 | 5F | 2A | 44 |
| Octal | 250 | 320 | 213 | 23 | 0 | 41 | 22 | 137 | 52 | 104 |
| Binary | 10101000 | 11010000 | 10001011 | 10011 | 0 | 100001 | 10010 | 1011111 | 101010 | 1000100 |
Color Harmonies of #A8D08B
Complementary color
Monochromatic Colors of #A8D08B
Black with #A8D08B
Text Example
Text Example
White with #A8D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D08B; }
p { color: rgb(168,208,139); }
H1.HeaderClassName
{
color: #A8D08B;
}
.AnyTagClassName
{
color: #A8D08B;
}
</style>
background-color css
<style>
a { background-color: #A8D08B; }
a { background-color: rgb(168,208,139); }
div.DivClassName
{
background-color: #A8D08B;
}
.BgClassName
{
background-color: #A8D08B;
}
</style>
border-color css
<style>
span { border-color: #A8D08B; }
span { border-color: rgb(168,208,139); }
td.TdClassName
{
border-color: #A8D08B;
}
.TagClassName
{
border-color: #A8D08B;
}
</style>