Shades of Feijoa #A8D08C
Tints of Feijoa #A8D08C
RGB
CMYK
RGB Variations
Color information
#A8D08C (or 0xA8D08C) is known color: Feijoa. HEX triplet: A8, D0 and 8C. RGB value is (168,208,140). Sum of RGB (Red+Green+Blue) = 168+208+140=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D08C is #572F73. Grayscale: #BCBCBC. Windows color (decimal): -5713780 or 9228456. OLE color: 9228456.
HSL color Cylindrical-coordinate representation of color #A8D08C: hue angle of 95.29º 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 #A8D08C is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 140 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.18 |
| HSL | 95.29º | 0.42% | 0.68% | - |
| HSV(B) | 95.29º | 0.33% | 0.82% | - |
| XYZ | 43.44 | 55.33 | 33.2 | - |
| YUV | 188.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 140 | 0.19 | 0 | 0.33 | 0.18 | 95.29 | 0.42 | 0.68 |
| Hex | A8 | D0 | 8C | 13 | 0 | 21 | 12 | 5F | 2A | 44 |
| Octal | 250 | 320 | 214 | 23 | 0 | 41 | 22 | 137 | 52 | 104 |
| Binary | 10101000 | 11010000 | 10001100 | 10011 | 0 | 100001 | 10010 | 1011111 | 101010 | 1000100 |
Color Harmonies of #A8D08C
Complementary color
Monochromatic Colors of #A8D08C
Black with #A8D08C
Text Example
Text Example
White with #A8D08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D08C; }
p { color: rgb(168,208,140); }
H1.HeaderClassName
{
color: #A8D08C;
}
.AnyTagClassName
{
color: #A8D08C;
}
</style>
background-color css
<style>
a { background-color: #A8D08C; }
a { background-color: rgb(168,208,140); }
div.DivClassName
{
background-color: #A8D08C;
}
.BgClassName
{
background-color: #A8D08C;
}
</style>
border-color css
<style>
span { border-color: #A8D08C; }
span { border-color: rgb(168,208,140); }
td.TdClassName
{
border-color: #A8D08C;
}
.TagClassName
{
border-color: #A8D08C;
}
</style>