Shades of Feijoa #A8CF8E
Tints of Feijoa #A8CF8E
RGB
CMYK
RGB Variations
Color information
#A8CF8E (or 0xA8CF8E) is known color: Feijoa. HEX triplet: A8, CF and 8E. RGB value is (168,207,142). Sum of RGB (Red+Green+Blue) = 168+207+142=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CF8E is #573071. Grayscale: #BCBCBC. Windows color (decimal): -5714034 or 9359272. OLE color: 9359272.
HSL color Cylindrical-coordinate representation of color #A8CF8E: hue angle of 96º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8CF8E is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 142 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.19 |
| HSL | 96º | 0.4% | 0.68% | - |
| HSV(B) | 96º | 0.31% | 0.81% | - |
| XYZ | 43.34 | 54.9 | 33.9 | - |
| YUV | 187.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 142 | 0.19 | 0 | 0.31 | 0.19 | 96 | 0.4 | 0.68 |
| Hex | A8 | CF | 8E | 13 | 0 | 1F | 13 | 60 | 28 | 44 |
| Octal | 250 | 317 | 216 | 23 | 0 | 37 | 23 | 140 | 50 | 104 |
| Binary | 10101000 | 11001111 | 10001110 | 10011 | 0 | 11111 | 10011 | 1100000 | 101000 | 1000100 |
Color Harmonies of #A8CF8E
Complementary color
Monochromatic Colors of #A8CF8E
Black with #A8CF8E
Text Example
Text Example
White with #A8CF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF8E; }
p { color: rgb(168,207,142); }
H1.HeaderClassName
{
color: #A8CF8E;
}
.AnyTagClassName
{
color: #A8CF8E;
}
</style>
background-color css
<style>
a { background-color: #A8CF8E; }
a { background-color: rgb(168,207,142); }
div.DivClassName
{
background-color: #A8CF8E;
}
.BgClassName
{
background-color: #A8CF8E;
}
</style>
border-color css
<style>
span { border-color: #A8CF8E; }
span { border-color: rgb(168,207,142); }
td.TdClassName
{
border-color: #A8CF8E;
}
.TagClassName
{
border-color: #A8CF8E;
}
</style>