Shades of Conifer #A6D75C
Tints of Conifer #A6D75C
RGB
CMYK
RGB Variations
Color information
#A6D75C (or 0xA6D75C) is known color: Conifer. HEX triplet: A6, D7 and 5C. RGB value is (166,215,92). Sum of RGB (Red+Green+Blue) = 166+215+92=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D75C is #5928A3. Grayscale: #BABABA. Windows color (decimal): -5843108 or 6084518. OLE color: 6084518.
HSL color Cylindrical-coordinate representation of color #A6D75C: hue angle of 83.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6D75C is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 215 | 92 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.16 |
| HSL | 83.9º | 0.61% | 0.6% | - |
| HSV(B) | 83.9º | 0.57% | 0.84% | - |
| XYZ | 41.96 | 57.48 | 19.01 | - |
| YUV | 186.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 215 | 92 | 0.23 | 0 | 0.57 | 0.16 | 83.9 | 0.61 | 0.6 |
| Hex | A6 | D7 | 5C | 17 | 0 | 39 | 10 | 54 | 3D | 3C |
| Octal | 246 | 327 | 134 | 27 | 0 | 71 | 20 | 124 | 75 | 74 |
| Binary | 10100110 | 11010111 | 1011100 | 10111 | 0 | 111001 | 10000 | 1010100 | 111101 | 111100 |
Color Harmonies of #A6D75C
Complementary color
Monochromatic Colors of #A6D75C
Black with #A6D75C
Text Example
Text Example
White with #A6D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D75C; }
p { color: rgb(166,215,92); }
H1.HeaderClassName
{
color: #A6D75C;
}
.AnyTagClassName
{
color: #A6D75C;
}
</style>
background-color css
<style>
a { background-color: #A6D75C; }
a { background-color: rgb(166,215,92); }
div.DivClassName
{
background-color: #A6D75C;
}
.BgClassName
{
background-color: #A6D75C;
}
</style>
border-color css
<style>
span { border-color: #A6D75C; }
span { border-color: rgb(166,215,92); }
td.TdClassName
{
border-color: #A6D75C;
}
.TagClassName
{
border-color: #A6D75C;
}
</style>