Shades of Conifer #A6CF5C
Tints of Conifer #A6CF5C
RGB
CMYK
RGB Variations
Color information
#A6CF5C (or 0xA6CF5C) is known color: Conifer. HEX triplet: A6, CF and 5C. RGB value is (166,207,92). Sum of RGB (Red+Green+Blue) = 166+207+92=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CF5C is #5930A3. Grayscale: #B6B6B6. Windows color (decimal): -5845156 or 6082470. OLE color: 6082470.
HSL color Cylindrical-coordinate representation of color #A6CF5C: hue angle of 81.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6CF5C is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 92 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.19 |
| HSL | 81.39º | 0.55% | 0.59% | - |
| HSV(B) | 81.39º | 0.56% | 0.81% | - |
| XYZ | 39.97 | 53.51 | 18.35 | - |
| YUV | 181.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 92 | 0.20 | 0 | 0.56 | 0.19 | 81.39 | 0.55 | 0.59 |
| Hex | A6 | CF | 5C | 14 | 0 | 38 | 13 | 51 | 37 | 3B |
| Octal | 246 | 317 | 134 | 24 | 0 | 70 | 23 | 121 | 67 | 73 |
| Binary | 10100110 | 11001111 | 1011100 | 10100 | 0 | 111000 | 10011 | 1010001 | 110111 | 111011 |
Color Harmonies of #A6CF5C
Complementary color
Monochromatic Colors of #A6CF5C
Black with #A6CF5C
Text Example
Text Example
White with #A6CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF5C; }
p { color: rgb(166,207,92); }
H1.HeaderClassName
{
color: #A6CF5C;
}
.AnyTagClassName
{
color: #A6CF5C;
}
</style>
background-color css
<style>
a { background-color: #A6CF5C; }
a { background-color: rgb(166,207,92); }
div.DivClassName
{
background-color: #A6CF5C;
}
.BgClassName
{
background-color: #A6CF5C;
}
</style>
border-color css
<style>
span { border-color: #A6CF5C; }
span { border-color: rgb(166,207,92); }
td.TdClassName
{
border-color: #A6CF5C;
}
.TagClassName
{
border-color: #A6CF5C;
}
</style>