Shades of Feijoa #A6CE81
Tints of Feijoa #A6CE81
RGB
CMYK
RGB Variations
Color information
#A6CE81 (or 0xA6CE81) is known color: Feijoa. HEX triplet: A6, CE and 81. RGB value is (166,206,129). Sum of RGB (Red+Green+Blue) = 166+206+129=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE81 is #59317E. Grayscale: #B9B9B9. Windows color (decimal): -5845375 or 8507046. OLE color: 8507046.
HSL color Cylindrical-coordinate representation of color #A6CE81: hue angle of 91.17º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A6CE81 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 129 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.19 |
| HSL | 91.17º | 0.44% | 0.66% | - |
| HSV(B) | 91.17º | 0.37% | 0.81% | - |
| XYZ | 41.76 | 53.83 | 28.96 | - |
| YUV | 185.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 129 | 0.19 | 0 | 0.37 | 0.19 | 91.17 | 0.44 | 0.66 |
| Hex | A6 | CE | 81 | 13 | 0 | 25 | 13 | 5B | 2C | 42 |
| Octal | 246 | 316 | 201 | 23 | 0 | 45 | 23 | 133 | 54 | 102 |
| Binary | 10100110 | 11001110 | 10000001 | 10011 | 0 | 100101 | 10011 | 1011011 | 101100 | 1000010 |
Color Harmonies of #A6CE81
Complementary color
Monochromatic Colors of #A6CE81
Black with #A6CE81
Text Example
Text Example
White with #A6CE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE81; }
p { color: rgb(166,206,129); }
H1.HeaderClassName
{
color: #A6CE81;
}
.AnyTagClassName
{
color: #A6CE81;
}
</style>
background-color css
<style>
a { background-color: #A6CE81; }
a { background-color: rgb(166,206,129); }
div.DivClassName
{
background-color: #A6CE81;
}
.BgClassName
{
background-color: #A6CE81;
}
</style>
border-color css
<style>
span { border-color: #A6CE81; }
span { border-color: rgb(166,206,129); }
td.TdClassName
{
border-color: #A6CE81;
}
.TagClassName
{
border-color: #A6CE81;
}
</style>