Shades of Conifer #A6CA5D
Tints of Conifer #A6CA5D
RGB
CMYK
RGB Variations
Color information
#A6CA5D (or 0xA6CA5D) is known color: Conifer. HEX triplet: A6, CA and 5D. RGB value is (166,202,93). Sum of RGB (Red+Green+Blue) = 166+202+93=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA5D is #5935A2. Grayscale: #B3B3B3. Windows color (decimal): -5846435 or 6146726. OLE color: 6146726.
HSL color Cylindrical-coordinate representation of color #A6CA5D: hue angle of 79.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6CA5D is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 93 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.21 |
| HSL | 79.82º | 0.51% | 0.58% | - |
| HSV(B) | 79.82º | 0.54% | 0.79% | - |
| XYZ | 38.82 | 51.14 | 18.18 | - |
| YUV | 178.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 93 | 0.18 | 0 | 0.54 | 0.21 | 79.82 | 0.51 | 0.58 |
| Hex | A6 | CA | 5D | 12 | 0 | 36 | 15 | 50 | 33 | 3A |
| Octal | 246 | 312 | 135 | 22 | 0 | 66 | 25 | 120 | 63 | 72 |
| Binary | 10100110 | 11001010 | 1011101 | 10010 | 0 | 110110 | 10101 | 1010000 | 110011 | 111010 |
Color Harmonies of #A6CA5D
Complementary color
Monochromatic Colors of #A6CA5D
Black with #A6CA5D
Text Example
Text Example
White with #A6CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA5D; }
p { color: rgb(166,202,93); }
H1.HeaderClassName
{
color: #A6CA5D;
}
.AnyTagClassName
{
color: #A6CA5D;
}
</style>
background-color css
<style>
a { background-color: #A6CA5D; }
a { background-color: rgb(166,202,93); }
div.DivClassName
{
background-color: #A6CA5D;
}
.BgClassName
{
background-color: #A6CA5D;
}
</style>
border-color css
<style>
span { border-color: #A6CA5D; }
span { border-color: rgb(166,202,93); }
td.TdClassName
{
border-color: #A6CA5D;
}
.TagClassName
{
border-color: #A6CA5D;
}
</style>