Shades of Feijoa #A8CD8F
Tints of Feijoa #A8CD8F
RGB
CMYK
RGB Variations
Color information
#A8CD8F (or 0xA8CD8F) is known color: Feijoa. HEX triplet: A8, CD and 8F. RGB value is (168,205,143). Sum of RGB (Red+Green+Blue) = 168+205+143=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD8F is #573270. Grayscale: #BBBBBB. Windows color (decimal): -5714545 or 9424296. OLE color: 9424296.
HSL color Cylindrical-coordinate representation of color #A8CD8F: hue angle of 95.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CD8F is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 143 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.20 |
| HSL | 95.81º | 0.38% | 0.68% | - |
| HSV(B) | 95.81º | 0.3% | 0.8% | - |
| XYZ | 42.94 | 53.97 | 34.14 | - |
| YUV | 186.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 143 | 0.18 | 0 | 0.30 | 0.20 | 95.81 | 0.38 | 0.68 |
| Hex | A8 | CD | 8F | 12 | 0 | 1E | 14 | 60 | 26 | 44 |
| Octal | 250 | 315 | 217 | 22 | 0 | 36 | 24 | 140 | 46 | 104 |
| Binary | 10101000 | 11001101 | 10001111 | 10010 | 0 | 11110 | 10100 | 1100000 | 100110 | 1000100 |
Color Harmonies of #A8CD8F
Complementary color
Monochromatic Colors of #A8CD8F
Black with #A8CD8F
Text Example
Text Example
White with #A8CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD8F; }
p { color: rgb(168,205,143); }
H1.HeaderClassName
{
color: #A8CD8F;
}
.AnyTagClassName
{
color: #A8CD8F;
}
</style>
background-color css
<style>
a { background-color: #A8CD8F; }
a { background-color: rgb(168,205,143); }
div.DivClassName
{
background-color: #A8CD8F;
}
.BgClassName
{
background-color: #A8CD8F;
}
</style>
border-color css
<style>
span { border-color: #A8CD8F; }
span { border-color: rgb(168,205,143); }
td.TdClassName
{
border-color: #A8CD8F;
}
.TagClassName
{
border-color: #A8CD8F;
}
</style>