Shades of Conifer #A6DF61
Tints of Conifer #A6DF61
RGB
CMYK
RGB Variations
Color information
#A6DF61 (or 0xA6DF61) is known color: Conifer. HEX triplet: A6, DF and 61. RGB value is (166,223,97). Sum of RGB (Red+Green+Blue) = 166+223+97=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DF61 is #59209E. Grayscale: #C0C0C0. Windows color (decimal): -5841055 or 6414246. OLE color: 6414246.
HSL color Cylindrical-coordinate representation of color #A6DF61: hue angle of 87.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6DF61 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 97 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.13 |
| HSL | 87.14º | 0.66% | 0.63% | - |
| HSV(B) | 87.14º | 0.57% | 0.87% | - |
| XYZ | 44.27 | 61.75 | 20.89 | - |
| YUV | 191.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 97 | 0.26 | 0 | 0.57 | 0.13 | 87.14 | 0.66 | 0.63 |
| Hex | A6 | DF | 61 | 1A | 0 | 39 | D | 57 | 42 | 3F |
| Octal | 246 | 337 | 141 | 32 | 0 | 71 | 15 | 127 | 102 | 77 |
| Binary | 10100110 | 11011111 | 1100001 | 11010 | 0 | 111001 | 1101 | 1010111 | 1000010 | 111111 |
Color Harmonies of #A6DF61
Complementary color
Monochromatic Colors of #A6DF61
Black with #A6DF61
Text Example
Text Example
White with #A6DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF61; }
p { color: rgb(166,223,97); }
H1.HeaderClassName
{
color: #A6DF61;
}
.AnyTagClassName
{
color: #A6DF61;
}
</style>
background-color css
<style>
a { background-color: #A6DF61; }
a { background-color: rgb(166,223,97); }
div.DivClassName
{
background-color: #A6DF61;
}
.BgClassName
{
background-color: #A6DF61;
}
</style>
border-color css
<style>
span { border-color: #A6DF61; }
span { border-color: rgb(166,223,97); }
td.TdClassName
{
border-color: #A6DF61;
}
.TagClassName
{
border-color: #A6DF61;
}
</style>