Shades of Feijoa #A8DD6C
Tints of Feijoa #A8DD6C
RGB
CMYK
RGB Variations
Color information
#A8DD6C (or 0xA8DD6C) is known color: Feijoa. HEX triplet: A8, DD and 6C. RGB value is (168,221,108). Sum of RGB (Red+Green+Blue) = 168+221+108=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD6C is #572293. Grayscale: #C0C0C0. Windows color (decimal): -5710484 or 7134632. OLE color: 7134632.
HSL color Cylindrical-coordinate representation of color #A8DD6C: hue angle of 88.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DD6C is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 108 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.13 |
| HSL | 88.14º | 0.62% | 0.65% | - |
| HSV(B) | 88.14º | 0.51% | 0.87% | - |
| XYZ | 44.71 | 61.12 | 23.63 | - |
| YUV | 192.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 108 | 0.24 | 0 | 0.51 | 0.13 | 88.14 | 0.62 | 0.65 |
| Hex | A8 | DD | 6C | 18 | 0 | 33 | D | 58 | 3E | 41 |
| Octal | 250 | 335 | 154 | 30 | 0 | 63 | 15 | 130 | 76 | 101 |
| Binary | 10101000 | 11011101 | 1101100 | 11000 | 0 | 110011 | 1101 | 1011000 | 111110 | 1000001 |
Color Harmonies of #A8DD6C
Complementary color
Monochromatic Colors of #A8DD6C
Black with #A8DD6C
Text Example
Text Example
White with #A8DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD6C; }
p { color: rgb(168,221,108); }
H1.HeaderClassName
{
color: #A8DD6C;
}
.AnyTagClassName
{
color: #A8DD6C;
}
</style>
background-color css
<style>
a { background-color: #A8DD6C; }
a { background-color: rgb(168,221,108); }
div.DivClassName
{
background-color: #A8DD6C;
}
.BgClassName
{
background-color: #A8DD6C;
}
</style>
border-color css
<style>
span { border-color: #A8DD6C; }
span { border-color: rgb(168,221,108); }
td.TdClassName
{
border-color: #A8DD6C;
}
.TagClassName
{
border-color: #A8DD6C;
}
</style>