Shades of Conifer #A6CE56
Tints of Conifer #A6CE56
RGB
CMYK
RGB Variations
Color information
#A6CE56 (or 0xA6CE56) is known color: Conifer. HEX triplet: A6, CE and 56. RGB value is (166,206,86). Sum of RGB (Red+Green+Blue) = 166+206+86=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE56 is #5931A9. Grayscale: #B4B4B4. Windows color (decimal): -5845418 or 5688998. OLE color: 5688998.
HSL color Cylindrical-coordinate representation of color #A6CE56: hue angle of 80º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6CE56 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 86 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.19 |
| HSL | 80º | 0.55% | 0.57% | - |
| HSV(B) | 80º | 0.58% | 0.81% | - |
| XYZ | 39.48 | 52.92 | 16.94 | - |
| YUV | 180.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 86 | 0.19 | 0 | 0.58 | 0.19 | 80 | 0.55 | 0.57 |
| Hex | A6 | CE | 56 | 13 | 0 | 3A | 13 | 50 | 37 | 39 |
| Octal | 246 | 316 | 126 | 23 | 0 | 72 | 23 | 120 | 67 | 71 |
| Binary | 10100110 | 11001110 | 1010110 | 10011 | 0 | 111010 | 10011 | 1010000 | 110111 | 111001 |
Color Harmonies of #A6CE56
Complementary color
Monochromatic Colors of #A6CE56
Black with #A6CE56
Text Example
Text Example
White with #A6CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE56; }
p { color: rgb(166,206,86); }
H1.HeaderClassName
{
color: #A6CE56;
}
.AnyTagClassName
{
color: #A6CE56;
}
</style>
background-color css
<style>
a { background-color: #A6CE56; }
a { background-color: rgb(166,206,86); }
div.DivClassName
{
background-color: #A6CE56;
}
.BgClassName
{
background-color: #A6CE56;
}
</style>
border-color css
<style>
span { border-color: #A6CE56; }
span { border-color: rgb(166,206,86); }
td.TdClassName
{
border-color: #A6CE56;
}
.TagClassName
{
border-color: #A6CE56;
}
</style>