Shades of Conifer #A6CC5F
Tints of Conifer #A6CC5F
RGB
CMYK
RGB Variations
Color information
#A6CC5F (or 0xA6CC5F) is known color: Conifer. HEX triplet: A6, CC and 5F. RGB value is (166,204,95). Sum of RGB (Red+Green+Blue) = 166+204+95=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC5F is #5933A0. Grayscale: #B4B4B4. Windows color (decimal): -5845921 or 6278310. OLE color: 6278310.
HSL color Cylindrical-coordinate representation of color #A6CC5F: hue angle of 80.92º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6CC5F is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 95 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.2 |
| HSL | 80.92º | 0.52% | 0.59% | - |
| HSV(B) | 80.92º | 0.53% | 0.8% | - |
| XYZ | 39.38 | 52.12 | 18.81 | - |
| YUV | 180.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 95 | 0.19 | 0 | 0.53 | 0.2 | 80.92 | 0.52 | 0.59 |
| Hex | A6 | CC | 5F | 13 | 0 | 35 | 14 | 51 | 34 | 3B |
| Octal | 246 | 314 | 137 | 23 | 0 | 65 | 24 | 121 | 64 | 73 |
| Binary | 10100110 | 11001100 | 1011111 | 10011 | 0 | 110101 | 10100 | 1010001 | 110100 | 111011 |
Color Harmonies of #A6CC5F
Complementary color
Monochromatic Colors of #A6CC5F
Black with #A6CC5F
Text Example
Text Example
White with #A6CC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC5F; }
p { color: rgb(166,204,95); }
H1.HeaderClassName
{
color: #A6CC5F;
}
.AnyTagClassName
{
color: #A6CC5F;
}
</style>
background-color css
<style>
a { background-color: #A6CC5F; }
a { background-color: rgb(166,204,95); }
div.DivClassName
{
background-color: #A6CC5F;
}
.BgClassName
{
background-color: #A6CC5F;
}
</style>
border-color css
<style>
span { border-color: #A6CC5F; }
span { border-color: rgb(166,204,95); }
td.TdClassName
{
border-color: #A6CC5F;
}
.TagClassName
{
border-color: #A6CC5F;
}
</style>