Shades of Feijoa #A6CE88
Tints of Feijoa #A6CE88
RGB
CMYK
RGB Variations
Color information
#A6CE88 (or 0xA6CE88) is known color: Feijoa. HEX triplet: A6, CE and 88. RGB value is (166,206,136). Sum of RGB (Red+Green+Blue) = 166+206+136=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE88 is #593177. Grayscale: #BABABA. Windows color (decimal): -5845368 or 8965798. OLE color: 8965798.
HSL color Cylindrical-coordinate representation of color #A6CE88: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CE88 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 136 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.19 |
| HSL | 94.29º | 0.42% | 0.67% | - |
| HSV(B) | 94.29º | 0.34% | 0.81% | - |
| XYZ | 42.24 | 54.03 | 31.49 | - |
| YUV | 186.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 136 | 0.19 | 0 | 0.34 | 0.19 | 94.29 | 0.42 | 0.67 |
| Hex | A6 | CE | 88 | 13 | 0 | 22 | 13 | 5E | 2A | 43 |
| Octal | 246 | 316 | 210 | 23 | 0 | 42 | 23 | 136 | 52 | 103 |
| Binary | 10100110 | 11001110 | 10001000 | 10011 | 0 | 100010 | 10011 | 1011110 | 101010 | 1000011 |
Color Harmonies of #A6CE88
Complementary color
Monochromatic Colors of #A6CE88
Black with #A6CE88
Text Example
Text Example
White with #A6CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE88; }
p { color: rgb(166,206,136); }
H1.HeaderClassName
{
color: #A6CE88;
}
.AnyTagClassName
{
color: #A6CE88;
}
</style>
background-color css
<style>
a { background-color: #A6CE88; }
a { background-color: rgb(166,206,136); }
div.DivClassName
{
background-color: #A6CE88;
}
.BgClassName
{
background-color: #A6CE88;
}
</style>
border-color css
<style>
span { border-color: #A6CE88; }
span { border-color: rgb(166,206,136); }
td.TdClassName
{
border-color: #A6CE88;
}
.TagClassName
{
border-color: #A6CE88;
}
</style>