Shades of Feijoa #A6CE8A
Tints of Feijoa #A6CE8A
RGB
CMYK
RGB Variations
Color information
#A6CE8A (or 0xA6CE8A) is known color: Feijoa. HEX triplet: A6, CE and 8A. RGB value is (166,206,138). Sum of RGB (Red+Green+Blue) = 166+206+138=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CE8A is #593175. Grayscale: #BABABA. Windows color (decimal): -5845366 or 9096870. OLE color: 9096870.
HSL color Cylindrical-coordinate representation of color #A6CE8A: hue angle of 95.29º 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 #A6CE8A is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 138 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.19 |
| HSL | 95.29º | 0.41% | 0.67% | - |
| HSV(B) | 95.29º | 0.33% | 0.81% | - |
| XYZ | 42.38 | 54.08 | 32.25 | - |
| YUV | 186.29 | 100.75 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 138 | 0.19 | 0 | 0.33 | 0.19 | 95.29 | 0.41 | 0.67 |
| Hex | A6 | CE | 8A | 13 | 0 | 21 | 13 | 5F | 29 | 43 |
| Octal | 246 | 316 | 212 | 23 | 0 | 41 | 23 | 137 | 51 | 103 |
| Binary | 10100110 | 11001110 | 10001010 | 10011 | 0 | 100001 | 10011 | 1011111 | 101001 | 1000011 |
Color Harmonies of #A6CE8A
Complementary color
Monochromatic Colors of #A6CE8A
Black with #A6CE8A
Text Example
Text Example
White with #A6CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE8A; }
p { color: rgb(166,206,138); }
H1.HeaderClassName
{
color: #A6CE8A;
}
.AnyTagClassName
{
color: #A6CE8A;
}
</style>
background-color css
<style>
a { background-color: #A6CE8A; }
a { background-color: rgb(166,206,138); }
div.DivClassName
{
background-color: #A6CE8A;
}
.BgClassName
{
background-color: #A6CE8A;
}
</style>
border-color css
<style>
span { border-color: #A6CE8A; }
span { border-color: rgb(166,206,138); }
td.TdClassName
{
border-color: #A6CE8A;
}
.TagClassName
{
border-color: #A6CE8A;
}
</style>