Shades of Conifer #A6DF49
Tints of Conifer #A6DF49
RGB
CMYK
RGB Variations
Color information
#A6DF49 (or 0xA6DF49) is known color: Conifer. HEX triplet: A6, DF and 49. RGB value is (166,223,73). Sum of RGB (Red+Green+Blue) = 166+223+73=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF49 is #5920B6. Grayscale: #BDBDBD. Windows color (decimal): -5841079 or 4841382. OLE color: 4841382.
HSL color Cylindrical-coordinate representation of color #A6DF49: hue angle of 82.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6DF49 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 73 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.13 |
| HSL | 82.8º | 0.7% | 0.58% | - |
| HSV(B) | 82.8º | 0.67% | 0.87% | - |
| XYZ | 43.32 | 61.36 | 15.86 | - |
| YUV | 188.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 73 | 0.26 | 0 | 0.67 | 0.13 | 82.8 | 0.7 | 0.58 |
| Hex | A6 | DF | 49 | 1A | 0 | 43 | D | 53 | 46 | 3A |
| Octal | 246 | 337 | 111 | 32 | 0 | 103 | 15 | 123 | 106 | 72 |
| Binary | 10100110 | 11011111 | 1001001 | 11010 | 0 | 1000011 | 1101 | 1010011 | 1000110 | 111010 |
Color Harmonies of #A6DF49
Complementary color
Monochromatic Colors of #A6DF49
Black with #A6DF49
Text Example
Text Example
White with #A6DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF49; }
p { color: rgb(166,223,73); }
H1.HeaderClassName
{
color: #A6DF49;
}
.AnyTagClassName
{
color: #A6DF49;
}
</style>
background-color css
<style>
a { background-color: #A6DF49; }
a { background-color: rgb(166,223,73); }
div.DivClassName
{
background-color: #A6DF49;
}
.BgClassName
{
background-color: #A6DF49;
}
</style>
border-color css
<style>
span { border-color: #A6DF49; }
span { border-color: rgb(166,223,73); }
td.TdClassName
{
border-color: #A6DF49;
}
.TagClassName
{
border-color: #A6DF49;
}
</style>