Shades of Feijoa #A8CE8B
Tints of Feijoa #A8CE8B
RGB
CMYK
RGB Variations
Color information
#A8CE8B (or 0xA8CE8B) is known color: Feijoa. HEX triplet: A8, CE and 8B. RGB value is (168,206,139). Sum of RGB (Red+Green+Blue) = 168+206+139=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE8B is #573174. Grayscale: #BBBBBB. Windows color (decimal): -5714293 or 9162408. OLE color: 9162408.
HSL color Cylindrical-coordinate representation of color #A8CE8B: hue angle of 94.03º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CE8B is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 206 | 139 | - |
CMYK | 0.18 | 0 | 0.33 | 0.19 |
HSL | 94.03º | 0.41% | 0.68% | - |
HSV(B) | 94.03º | 0.33% | 0.81% | - |
XYZ | 42.88 | 54.33 | 32.65 | - |
YUV | 187 | 100.91 | 114.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 206 | 139 | 0.18 | 0 | 0.33 | 0.19 | 94.03 | 0.41 | 0.68 |
Hex | A8 | CE | 8B | 12 | 0 | 21 | 13 | 5E | 29 | 44 |
Octal | 250 | 316 | 213 | 22 | 0 | 41 | 23 | 136 | 51 | 104 |
Binary | 10101000 | 11001110 | 10001011 | 10010 | 0 | 100001 | 10011 | 1011110 | 101001 | 1000100 |
Color Harmonies of #A8CE8B
Complementary color
Monochromatic Colors of #A8CE8B
Black with #A8CE8B
Text Example
Text Example
White with #A8CE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE8B; }
p { color: rgb(168,206,139); }
H1.HeaderClassName
{
color: #A8CE8B;
}
.AnyTagClassName
{
color: #A8CE8B;
}
</style>
background-color css
<style>
a { background-color: #A8CE8B; }
a { background-color: rgb(168,206,139); }
div.DivClassName
{
background-color: #A8CE8B;
}
.BgClassName
{
background-color: #A8CE8B;
}
</style>
border-color css
<style>
span { border-color: #A8CE8B; }
span { border-color: rgb(168,206,139); }
td.TdClassName
{
border-color: #A8CE8B;
}
.TagClassName
{
border-color: #A8CE8B;
}
</style>