Shades of Feijoa #A8DC8C
Tints of Feijoa #A8DC8C
RGB
CMYK
RGB Variations
Color information
#A8DC8C (or 0xA8DC8C) is known color: Feijoa. HEX triplet: A8, DC and 8C. RGB value is (168,220,140). Sum of RGB (Red+Green+Blue) = 168+220+140=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC8C is #572373. Grayscale: #C3C3C3. Windows color (decimal): -5710708 or 9231528. OLE color: 9231528.
HSL color Cylindrical-coordinate representation of color #A8DC8C: hue angle of 99º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8DC8C is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 140 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.14 |
| HSL | 99º | 0.53% | 0.71% | - |
| HSV(B) | 99º | 0.36% | 0.86% | - |
| XYZ | 46.48 | 61.4 | 34.21 | - |
| YUV | 195.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 140 | 0.24 | 0 | 0.36 | 0.14 | 99 | 0.53 | 0.71 |
| Hex | A8 | DC | 8C | 18 | 0 | 24 | E | 63 | 35 | 47 |
| Octal | 250 | 334 | 214 | 30 | 0 | 44 | 16 | 143 | 65 | 107 |
| Binary | 10101000 | 11011100 | 10001100 | 11000 | 0 | 100100 | 1110 | 1100011 | 110101 | 1000111 |
Color Harmonies of #A8DC8C
Complementary color
Monochromatic Colors of #A8DC8C
Black with #A8DC8C
Text Example
Text Example
White with #A8DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DC8C; }
p { color: rgb(168,220,140); }
H1.HeaderClassName
{
color: #A8DC8C;
}
.AnyTagClassName
{
color: #A8DC8C;
}
</style>
background-color css
<style>
a { background-color: #A8DC8C; }
a { background-color: rgb(168,220,140); }
div.DivClassName
{
background-color: #A8DC8C;
}
.BgClassName
{
background-color: #A8DC8C;
}
</style>
border-color css
<style>
span { border-color: #A8DC8C; }
span { border-color: rgb(168,220,140); }
td.TdClassName
{
border-color: #A8DC8C;
}
.TagClassName
{
border-color: #A8DC8C;
}
</style>