Shades of Conifer #A6CC57
Tints of Conifer #A6CC57
RGB
CMYK
RGB Variations
Color information
#A6CC57 (or 0xA6CC57) is known color: Conifer. HEX triplet: A6, CC and 57. RGB value is (166,204,87). Sum of RGB (Red+Green+Blue) = 166+204+87=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC57 is #5933A8. Grayscale: #B3B3B3. Windows color (decimal): -5845929 or 5754022. OLE color: 5754022.
HSL color Cylindrical-coordinate representation of color #A6CC57: hue angle of 79.49º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6CC57 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 87 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.2 |
| HSL | 79.49º | 0.53% | 0.57% | - |
| HSV(B) | 79.49º | 0.57% | 0.8% | - |
| XYZ | 39.04 | 51.98 | 16.99 | - |
| YUV | 179.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 87 | 0.19 | 0 | 0.57 | 0.2 | 79.49 | 0.53 | 0.57 |
| Hex | A6 | CC | 57 | 13 | 0 | 39 | 14 | 4F | 35 | 39 |
| Octal | 246 | 314 | 127 | 23 | 0 | 71 | 24 | 117 | 65 | 71 |
| Binary | 10100110 | 11001100 | 1010111 | 10011 | 0 | 111001 | 10100 | 1001111 | 110101 | 111001 |
Color Harmonies of #A6CC57
Complementary color
Monochromatic Colors of #A6CC57
Black with #A6CC57
Text Example
Text Example
White with #A6CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC57; }
p { color: rgb(166,204,87); }
H1.HeaderClassName
{
color: #A6CC57;
}
.AnyTagClassName
{
color: #A6CC57;
}
</style>
background-color css
<style>
a { background-color: #A6CC57; }
a { background-color: rgb(166,204,87); }
div.DivClassName
{
background-color: #A6CC57;
}
.BgClassName
{
background-color: #A6CC57;
}
</style>
border-color css
<style>
span { border-color: #A6CC57; }
span { border-color: rgb(166,204,87); }
td.TdClassName
{
border-color: #A6CC57;
}
.TagClassName
{
border-color: #A6CC57;
}
</style>