Shades of Feijoa #A8CE91
Tints of Feijoa #A8CE91
RGB
CMYK
RGB Variations
Color information
#A8CE91 (or 0xA8CE91) is known color: Feijoa. HEX triplet: A8, CE and 91. RGB value is (168,206,145). Sum of RGB (Red+Green+Blue) = 168+206+145=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE91 is #57316E. Grayscale: #BBBBBB. Windows color (decimal): -5714287 or 9555624. OLE color: 9555624.
HSL color Cylindrical-coordinate representation of color #A8CE91: hue angle of 97.38º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CE91 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 145 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.19 |
| HSL | 97.38º | 0.38% | 0.69% | - |
| HSV(B) | 97.38º | 0.3% | 0.81% | - |
| XYZ | 43.33 | 54.51 | 35.03 | - |
| YUV | 187.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 145 | 0.18 | 0 | 0.30 | 0.19 | 97.38 | 0.38 | 0.69 |
| Hex | A8 | CE | 91 | 12 | 0 | 1E | 13 | 61 | 26 | 45 |
| Octal | 250 | 316 | 221 | 22 | 0 | 36 | 23 | 141 | 46 | 105 |
| Binary | 10101000 | 11001110 | 10010001 | 10010 | 0 | 11110 | 10011 | 1100001 | 100110 | 1000101 |
Color Harmonies of #A8CE91
Complementary color
Monochromatic Colors of #A8CE91
Black with #A8CE91
Text Example
Text Example
White with #A8CE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE91; }
p { color: rgb(168,206,145); }
H1.HeaderClassName
{
color: #A8CE91;
}
.AnyTagClassName
{
color: #A8CE91;
}
</style>
background-color css
<style>
a { background-color: #A8CE91; }
a { background-color: rgb(168,206,145); }
div.DivClassName
{
background-color: #A8CE91;
}
.BgClassName
{
background-color: #A8CE91;
}
</style>
border-color css
<style>
span { border-color: #A8CE91; }
span { border-color: rgb(168,206,145); }
td.TdClassName
{
border-color: #A8CE91;
}
.TagClassName
{
border-color: #A8CE91;
}
</style>