Shades of Conifer #A6CF4C
Tints of Conifer #A6CF4C
RGB
CMYK
RGB Variations
Color information
#A6CF4C (or 0xA6CF4C) is known color: Conifer. HEX triplet: A6, CF and 4C. RGB value is (166,207,76). Sum of RGB (Red+Green+Blue) = 166+207+76=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF4C is #5930B3. Grayscale: #B4B4B4. Windows color (decimal): -5845172 or 5033894. OLE color: 5033894.
HSL color Cylindrical-coordinate representation of color #A6CF4C: hue angle of 78.78º degrees, saturation: 0.58, 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 #A6CF4C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 76 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.19 |
| HSL | 78.78º | 0.58% | 0.55% | - |
| HSV(B) | 78.78º | 0.63% | 0.81% | - |
| XYZ | 39.34 | 53.25 | 15.04 | - |
| YUV | 179.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 76 | 0.20 | 0 | 0.63 | 0.19 | 78.78 | 0.58 | 0.55 |
| Hex | A6 | CF | 4C | 14 | 0 | 3F | 13 | 4F | 3A | 37 |
| Octal | 246 | 317 | 114 | 24 | 0 | 77 | 23 | 117 | 72 | 67 |
| Binary | 10100110 | 11001111 | 1001100 | 10100 | 0 | 111111 | 10011 | 1001111 | 111010 | 110111 |
Color Harmonies of #A6CF4C
Complementary color
Monochromatic Colors of #A6CF4C
Black with #A6CF4C
Text Example
Text Example
White with #A6CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF4C; }
p { color: rgb(166,207,76); }
H1.HeaderClassName
{
color: #A6CF4C;
}
.AnyTagClassName
{
color: #A6CF4C;
}
</style>
background-color css
<style>
a { background-color: #A6CF4C; }
a { background-color: rgb(166,207,76); }
div.DivClassName
{
background-color: #A6CF4C;
}
.BgClassName
{
background-color: #A6CF4C;
}
</style>
border-color css
<style>
span { border-color: #A6CF4C; }
span { border-color: rgb(166,207,76); }
td.TdClassName
{
border-color: #A6CF4C;
}
.TagClassName
{
border-color: #A6CF4C;
}
</style>