Shades of Conifer #A6DC5C
Tints of Conifer #A6DC5C
RGB
CMYK
RGB Variations
Color information
#A6DC5C (or 0xA6DC5C) is known color: Conifer. HEX triplet: A6, DC and 5C. RGB value is (166,220,92). Sum of RGB (Red+Green+Blue) = 166+220+92=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC5C is #5923A3. Grayscale: #BDBDBD. Windows color (decimal): -5841828 or 6085798. OLE color: 6085798.
HSL color Cylindrical-coordinate representation of color #A6DC5C: hue angle of 85.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6DC5C is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 92 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.14 |
| HSL | 85.31º | 0.65% | 0.61% | - |
| HSV(B) | 85.31º | 0.58% | 0.86% | - |
| XYZ | 43.25 | 60.07 | 19.44 | - |
| YUV | 189.26 | 73.11 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 92 | 0.25 | 0 | 0.58 | 0.14 | 85.31 | 0.65 | 0.61 |
| Hex | A6 | DC | 5C | 19 | 0 | 3A | E | 55 | 41 | 3D |
| Octal | 246 | 334 | 134 | 31 | 0 | 72 | 16 | 125 | 101 | 75 |
| Binary | 10100110 | 11011100 | 1011100 | 11001 | 0 | 111010 | 1110 | 1010101 | 1000001 | 111101 |
Color Harmonies of #A6DC5C
Complementary color
Monochromatic Colors of #A6DC5C
Black with #A6DC5C
Text Example
Text Example
White with #A6DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC5C; }
p { color: rgb(166,220,92); }
H1.HeaderClassName
{
color: #A6DC5C;
}
.AnyTagClassName
{
color: #A6DC5C;
}
</style>
background-color css
<style>
a { background-color: #A6DC5C; }
a { background-color: rgb(166,220,92); }
div.DivClassName
{
background-color: #A6DC5C;
}
.BgClassName
{
background-color: #A6DC5C;
}
</style>
border-color css
<style>
span { border-color: #A6DC5C; }
span { border-color: rgb(166,220,92); }
td.TdClassName
{
border-color: #A6DC5C;
}
.TagClassName
{
border-color: #A6DC5C;
}
</style>