Shades of Conifer #A6CE5E
Tints of Conifer #A6CE5E
RGB
CMYK
RGB Variations
Color information
#A6CE5E (or 0xA6CE5E) is known color: Conifer. HEX triplet: A6, CE and 5E. RGB value is (166,206,94). Sum of RGB (Red+Green+Blue) = 166+206+94=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE5E is #5931A1. Grayscale: #B5B5B5. Windows color (decimal): -5845410 or 6213286. OLE color: 6213286.
HSL color Cylindrical-coordinate representation of color #A6CE5E: hue angle of 81.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6CE5E is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 94 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.19 |
| HSL | 81.43º | 0.53% | 0.59% | - |
| HSV(B) | 81.43º | 0.54% | 0.81% | - |
| XYZ | 39.82 | 53.06 | 18.73 | - |
| YUV | 181.27 | 78.75 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 94 | 0.19 | 0 | 0.54 | 0.19 | 81.43 | 0.53 | 0.59 |
| Hex | A6 | CE | 5E | 13 | 0 | 36 | 13 | 51 | 35 | 3B |
| Octal | 246 | 316 | 136 | 23 | 0 | 66 | 23 | 121 | 65 | 73 |
| Binary | 10100110 | 11001110 | 1011110 | 10011 | 0 | 110110 | 10011 | 1010001 | 110101 | 111011 |
Color Harmonies of #A6CE5E
Complementary color
Monochromatic Colors of #A6CE5E
Black with #A6CE5E
Text Example
Text Example
White with #A6CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE5E; }
p { color: rgb(166,206,94); }
H1.HeaderClassName
{
color: #A6CE5E;
}
.AnyTagClassName
{
color: #A6CE5E;
}
</style>
background-color css
<style>
a { background-color: #A6CE5E; }
a { background-color: rgb(166,206,94); }
div.DivClassName
{
background-color: #A6CE5E;
}
.BgClassName
{
background-color: #A6CE5E;
}
</style>
border-color css
<style>
span { border-color: #A6CE5E; }
span { border-color: rgb(166,206,94); }
td.TdClassName
{
border-color: #A6CE5E;
}
.TagClassName
{
border-color: #A6CE5E;
}
</style>