Shades of Conifer #A6CE4D
Tints of Conifer #A6CE4D
RGB
CMYK
RGB Variations
Color information
#A6CE4D (or 0xA6CE4D) is known color: Conifer. HEX triplet: A6, CE and 4D. RGB value is (166,206,77). Sum of RGB (Red+Green+Blue) = 166+206+77=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE4D is #5931B2. Grayscale: #B3B3B3. Windows color (decimal): -5845427 or 5099174. OLE color: 5099174.
HSL color Cylindrical-coordinate representation of color #A6CE4D: hue angle of 78.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6CE4D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 77 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.19 |
| HSL | 78.6º | 0.57% | 0.55% | - |
| HSV(B) | 78.6º | 0.63% | 0.81% | - |
| XYZ | 39.14 | 52.79 | 15.15 | - |
| YUV | 179.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 77 | 0.19 | 0 | 0.63 | 0.19 | 78.6 | 0.57 | 0.55 |
| Hex | A6 | CE | 4D | 13 | 0 | 3F | 13 | 4F | 39 | 37 |
| Octal | 246 | 316 | 115 | 23 | 0 | 77 | 23 | 117 | 71 | 67 |
| Binary | 10100110 | 11001110 | 1001101 | 10011 | 0 | 111111 | 10011 | 1001111 | 111001 | 110111 |
Color Harmonies of #A6CE4D
Complementary color
Monochromatic Colors of #A6CE4D
Black with #A6CE4D
Text Example
Text Example
White with #A6CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE4D; }
p { color: rgb(166,206,77); }
H1.HeaderClassName
{
color: #A6CE4D;
}
.AnyTagClassName
{
color: #A6CE4D;
}
</style>
background-color css
<style>
a { background-color: #A6CE4D; }
a { background-color: rgb(166,206,77); }
div.DivClassName
{
background-color: #A6CE4D;
}
.BgClassName
{
background-color: #A6CE4D;
}
</style>
border-color css
<style>
span { border-color: #A6CE4D; }
span { border-color: rgb(166,206,77); }
td.TdClassName
{
border-color: #A6CE4D;
}
.TagClassName
{
border-color: #A6CE4D;
}
</style>