Shades of Conifer #A6CE5D
Tints of Conifer #A6CE5D
RGB
CMYK
RGB Variations
Color information
#A6CE5D (or 0xA6CE5D) is known color: Conifer. HEX triplet: A6, CE and 5D. RGB value is (166,206,93). Sum of RGB (Red+Green+Blue) = 166+206+93=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE5D is #5931A2. Grayscale: #B5B5B5. Windows color (decimal): -5845411 or 6147750. OLE color: 6147750.
HSL color Cylindrical-coordinate representation of color #A6CE5D: hue angle of 81.24º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6CE5D is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 93 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.19 |
| HSL | 81.24º | 0.54% | 0.59% | - |
| HSV(B) | 81.24º | 0.55% | 0.81% | - |
| XYZ | 39.77 | 53.04 | 18.5 | - |
| YUV | 181.16 | 78.25 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 93 | 0.19 | 0 | 0.55 | 0.19 | 81.24 | 0.54 | 0.59 |
| Hex | A6 | CE | 5D | 13 | 0 | 37 | 13 | 51 | 36 | 3B |
| Octal | 246 | 316 | 135 | 23 | 0 | 67 | 23 | 121 | 66 | 73 |
| Binary | 10100110 | 11001110 | 1011101 | 10011 | 0 | 110111 | 10011 | 1010001 | 110110 | 111011 |
Color Harmonies of #A6CE5D
Complementary color
Monochromatic Colors of #A6CE5D
Black with #A6CE5D
Text Example
Text Example
White with #A6CE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE5D; }
p { color: rgb(166,206,93); }
H1.HeaderClassName
{
color: #A6CE5D;
}
.AnyTagClassName
{
color: #A6CE5D;
}
</style>
background-color css
<style>
a { background-color: #A6CE5D; }
a { background-color: rgb(166,206,93); }
div.DivClassName
{
background-color: #A6CE5D;
}
.BgClassName
{
background-color: #A6CE5D;
}
</style>
border-color css
<style>
span { border-color: #A6CE5D; }
span { border-color: rgb(166,206,93); }
td.TdClassName
{
border-color: #A6CE5D;
}
.TagClassName
{
border-color: #A6CE5D;
}
</style>