Shades of Feijoa #A8CE8A
Tints of Feijoa #A8CE8A
RGB
CMYK
RGB Variations
Color information
#A8CE8A (or 0xA8CE8A) is known color: Feijoa. HEX triplet: A8, CE and 8A. RGB value is (168,206,138). Sum of RGB (Red+Green+Blue) = 168+206+138=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CE8A is #573175. Grayscale: #BBBBBB. Windows color (decimal): -5714294 or 9096872. OLE color: 9096872.
HSL color Cylindrical-coordinate representation of color #A8CE8A: hue angle of 93.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8CE8A is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 138 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.19 |
| HSL | 93.53º | 0.41% | 0.67% | - |
| HSV(B) | 93.53º | 0.33% | 0.81% | - |
| XYZ | 42.81 | 54.3 | 32.27 | - |
| YUV | 186.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 138 | 0.18 | 0 | 0.33 | 0.19 | 93.53 | 0.41 | 0.67 |
| Hex | A8 | CE | 8A | 12 | 0 | 21 | 13 | 5E | 29 | 43 |
| Octal | 250 | 316 | 212 | 22 | 0 | 41 | 23 | 136 | 51 | 103 |
| Binary | 10101000 | 11001110 | 10001010 | 10010 | 0 | 100001 | 10011 | 1011110 | 101001 | 1000011 |
Color Harmonies of #A8CE8A
Complementary color
Monochromatic Colors of #A8CE8A
Black with #A8CE8A
Text Example
Text Example
White with #A8CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE8A; }
p { color: rgb(168,206,138); }
H1.HeaderClassName
{
color: #A8CE8A;
}
.AnyTagClassName
{
color: #A8CE8A;
}
</style>
background-color css
<style>
a { background-color: #A8CE8A; }
a { background-color: rgb(168,206,138); }
div.DivClassName
{
background-color: #A8CE8A;
}
.BgClassName
{
background-color: #A8CE8A;
}
</style>
border-color css
<style>
span { border-color: #A8CE8A; }
span { border-color: rgb(168,206,138); }
td.TdClassName
{
border-color: #A8CE8A;
}
.TagClassName
{
border-color: #A8CE8A;
}
</style>