Shades of Feijoa #A8CE79
Tints of Feijoa #A8CE79
RGB
CMYK
RGB Variations
Color information
#A8CE79 (or 0xA8CE79) is known color: Feijoa. HEX triplet: A8, CE and 79. RGB value is (168,206,121). Sum of RGB (Red+Green+Blue) = 168+206+121=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CE79 is #573186. Grayscale: #B9B9B9. Windows color (decimal): -5714311 or 7982760. OLE color: 7982760.
HSL color Cylindrical-coordinate representation of color #A8CE79: hue angle of 86.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8CE79 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 121 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.19 |
| HSL | 86.82º | 0.46% | 0.64% | - |
| HSV(B) | 86.82º | 0.41% | 0.81% | - |
| XYZ | 41.67 | 53.85 | 26.29 | - |
| YUV | 184.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 121 | 0.18 | 0 | 0.41 | 0.19 | 86.82 | 0.46 | 0.64 |
| Hex | A8 | CE | 79 | 12 | 0 | 29 | 13 | 57 | 2E | 40 |
| Octal | 250 | 316 | 171 | 22 | 0 | 51 | 23 | 127 | 56 | 100 |
| Binary | 10101000 | 11001110 | 1111001 | 10010 | 0 | 101001 | 10011 | 1010111 | 101110 | 1000000 |
Color Harmonies of #A8CE79
Complementary color
Monochromatic Colors of #A8CE79
Black with #A8CE79
Text Example
Text Example
White with #A8CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE79; }
p { color: rgb(168,206,121); }
H1.HeaderClassName
{
color: #A8CE79;
}
.AnyTagClassName
{
color: #A8CE79;
}
</style>
background-color css
<style>
a { background-color: #A8CE79; }
a { background-color: rgb(168,206,121); }
div.DivClassName
{
background-color: #A8CE79;
}
.BgClassName
{
background-color: #A8CE79;
}
</style>
border-color css
<style>
span { border-color: #A8CE79; }
span { border-color: rgb(168,206,121); }
td.TdClassName
{
border-color: #A8CE79;
}
.TagClassName
{
border-color: #A8CE79;
}
</style>