Shades of Conifer #A6CB4E
Tints of Conifer #A6CB4E
RGB
CMYK
RGB Variations
Color information
#A6CB4E (or 0xA6CB4E) is known color: Conifer. HEX triplet: A6, CB and 4E. RGB value is (166,203,78). Sum of RGB (Red+Green+Blue) = 166+203+78=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #A6CB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CB4E is #5934B1. Grayscale: #B2B2B2. Windows color (decimal): -5846194 or 5163942. OLE color: 5163942.
HSL color Cylindrical-coordinate representation of color #A6CB4E: hue angle of 77.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6CB4E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 78 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.20 |
| HSL | 77.76º | 0.55% | 0.55% | - |
| HSV(B) | 77.76º | 0.62% | 0.8% | - |
| XYZ | 38.46 | 51.37 | 15.1 | - |
| YUV | 177.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 78 | 0.18 | 0 | 0.62 | 0.20 | 77.76 | 0.55 | 0.55 |
| Hex | A6 | CB | 4E | 12 | 0 | 3E | 14 | 4E | 37 | 37 |
| Octal | 246 | 313 | 116 | 22 | 0 | 76 | 24 | 116 | 67 | 67 |
| Binary | 10100110 | 11001011 | 1001110 | 10010 | 0 | 111110 | 10100 | 1001110 | 110111 | 110111 |
Color Harmonies of #A6CB4E
Complementary color
Monochromatic Colors of #A6CB4E
Black with #A6CB4E
Text Example
Text Example
White with #A6CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CB4E; }
p { color: rgb(166,203,78); }
H1.HeaderClassName
{
color: #A6CB4E;
}
.AnyTagClassName
{
color: #A6CB4E;
}
</style>
background-color css
<style>
a { background-color: #A6CB4E; }
a { background-color: rgb(166,203,78); }
div.DivClassName
{
background-color: #A6CB4E;
}
.BgClassName
{
background-color: #A6CB4E;
}
</style>
border-color css
<style>
span { border-color: #A6CB4E; }
span { border-color: rgb(166,203,78); }
td.TdClassName
{
border-color: #A6CB4E;
}
.TagClassName
{
border-color: #A6CB4E;
}
</style>