Shades of Conifer #A6CE5C
Tints of Conifer #A6CE5C
RGB
CMYK
RGB Variations
Color information
#A6CE5C (or 0xA6CE5C) is known color: Conifer. HEX triplet: A6, CE and 5C. RGB value is (166,206,92). Sum of RGB (Red+Green+Blue) = 166+206+92=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE5C is #5931A3. Grayscale: #B5B5B5. Windows color (decimal): -5845412 or 6082214. OLE color: 6082214.
HSL color Cylindrical-coordinate representation of color #A6CE5C: hue angle of 81.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6CE5C is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 92 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.19 |
| HSL | 81.05º | 0.54% | 0.58% | - |
| HSV(B) | 81.05º | 0.55% | 0.81% | - |
| XYZ | 39.73 | 53.02 | 18.27 | - |
| YUV | 181.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 92 | 0.19 | 0 | 0.55 | 0.19 | 81.05 | 0.54 | 0.58 |
| Hex | A6 | CE | 5C | 13 | 0 | 37 | 13 | 51 | 36 | 3A |
| Octal | 246 | 316 | 134 | 23 | 0 | 67 | 23 | 121 | 66 | 72 |
| Binary | 10100110 | 11001110 | 1011100 | 10011 | 0 | 110111 | 10011 | 1010001 | 110110 | 111010 |
Color Harmonies of #A6CE5C
Complementary color
Monochromatic Colors of #A6CE5C
Black with #A6CE5C
Text Example
Text Example
White with #A6CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE5C; }
p { color: rgb(166,206,92); }
H1.HeaderClassName
{
color: #A6CE5C;
}
.AnyTagClassName
{
color: #A6CE5C;
}
</style>
background-color css
<style>
a { background-color: #A6CE5C; }
a { background-color: rgb(166,206,92); }
div.DivClassName
{
background-color: #A6CE5C;
}
.BgClassName
{
background-color: #A6CE5C;
}
</style>
border-color css
<style>
span { border-color: #A6CE5C; }
span { border-color: rgb(166,206,92); }
td.TdClassName
{
border-color: #A6CE5C;
}
.TagClassName
{
border-color: #A6CE5C;
}
</style>