Shades of Conifer #A6C75C
Tints of Conifer #A6C75C
RGB
CMYK
RGB Variations
Color information
#A6C75C (or 0xA6C75C) is known color: Conifer. HEX triplet: A6, C7 and 5C. RGB value is (166,199,92). Sum of RGB (Red+Green+Blue) = 166+199+92=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C75C is #5938A3. Grayscale: #B1B1B1. Windows color (decimal): -5847204 or 6080422. OLE color: 6080422.
HSL color Cylindrical-coordinate representation of color #A6C75C: hue angle of 78.5º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6C75C is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 92 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.22 |
| HSL | 78.5º | 0.49% | 0.57% | - |
| HSV(B) | 78.5º | 0.54% | 0.78% | - |
| XYZ | 38.08 | 49.73 | 17.72 | - |
| YUV | 176.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 92 | 0.17 | 0 | 0.54 | 0.22 | 78.5 | 0.49 | 0.57 |
| Hex | A6 | C7 | 5C | 11 | 0 | 36 | 16 | 4F | 31 | 39 |
| Octal | 246 | 307 | 134 | 21 | 0 | 66 | 26 | 117 | 61 | 71 |
| Binary | 10100110 | 11000111 | 1011100 | 10001 | 0 | 110110 | 10110 | 1001111 | 110001 | 111001 |
Color Harmonies of #A6C75C
Complementary color
Monochromatic Colors of #A6C75C
Black with #A6C75C
Text Example
Text Example
White with #A6C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C75C; }
p { color: rgb(166,199,92); }
H1.HeaderClassName
{
color: #A6C75C;
}
.AnyTagClassName
{
color: #A6C75C;
}
</style>
background-color css
<style>
a { background-color: #A6C75C; }
a { background-color: rgb(166,199,92); }
div.DivClassName
{
background-color: #A6C75C;
}
.BgClassName
{
background-color: #A6C75C;
}
</style>
border-color css
<style>
span { border-color: #A6C75C; }
span { border-color: rgb(166,199,92); }
td.TdClassName
{
border-color: #A6C75C;
}
.TagClassName
{
border-color: #A6C75C;
}
</style>