Shades of Feijoa #A8CD8D
Tints of Feijoa #A8CD8D
RGB
CMYK
RGB Variations
Color information
#A8CD8D (or 0xA8CD8D) is known color: Feijoa. HEX triplet: A8, CD and 8D. RGB value is (168,205,141). Sum of RGB (Red+Green+Blue) = 168+205+141=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8D is #573272. Grayscale: #BABABA. Windows color (decimal): -5714547 or 9293224. OLE color: 9293224.
HSL color Cylindrical-coordinate representation of color #A8CD8D: hue angle of 94.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8CD8D is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 141 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.20 |
| HSL | 94.69º | 0.39% | 0.68% | - |
| HSV(B) | 94.69º | 0.31% | 0.8% | - |
| XYZ | 42.79 | 53.91 | 33.35 | - |
| YUV | 186.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 141 | 0.18 | 0 | 0.31 | 0.20 | 94.69 | 0.39 | 0.68 |
| Hex | A8 | CD | 8D | 12 | 0 | 1F | 14 | 5F | 27 | 44 |
| Octal | 250 | 315 | 215 | 22 | 0 | 37 | 24 | 137 | 47 | 104 |
| Binary | 10101000 | 11001101 | 10001101 | 10010 | 0 | 11111 | 10100 | 1011111 | 100111 | 1000100 |
Color Harmonies of #A8CD8D
Complementary color
Monochromatic Colors of #A8CD8D
Black with #A8CD8D
Text Example
Text Example
White with #A8CD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD8D; }
p { color: rgb(168,205,141); }
H1.HeaderClassName
{
color: #A8CD8D;
}
.AnyTagClassName
{
color: #A8CD8D;
}
</style>
background-color css
<style>
a { background-color: #A8CD8D; }
a { background-color: rgb(168,205,141); }
div.DivClassName
{
background-color: #A8CD8D;
}
.BgClassName
{
background-color: #A8CD8D;
}
</style>
border-color css
<style>
span { border-color: #A8CD8D; }
span { border-color: rgb(168,205,141); }
td.TdClassName
{
border-color: #A8CD8D;
}
.TagClassName
{
border-color: #A8CD8D;
}
</style>