Shades of Conifer #A6DF44
Tints of Conifer #A6DF44
RGB
CMYK
RGB Variations
Color information
#A6DF44 (or 0xA6DF44) is known color: Conifer. HEX triplet: A6, DF and 44. RGB value is (166,223,68). Sum of RGB (Red+Green+Blue) = 166+223+68=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DF44 is #5920BB. Grayscale: #BCBCBC. Windows color (decimal): -5841084 or 4513702. OLE color: 4513702.
HSL color Cylindrical-coordinate representation of color #A6DF44: hue angle of 82.06º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6DF44 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 68 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.13 |
| HSL | 82.06º | 0.71% | 0.57% | - |
| HSV(B) | 82.06º | 0.7% | 0.87% | - |
| XYZ | 43.16 | 61.3 | 15.03 | - |
| YUV | 188.29 | 60.12 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 68 | 0.26 | 0 | 0.70 | 0.13 | 82.06 | 0.71 | 0.57 |
| Hex | A6 | DF | 44 | 1A | 0 | 46 | D | 52 | 47 | 39 |
| Octal | 246 | 337 | 104 | 32 | 0 | 106 | 15 | 122 | 107 | 71 |
| Binary | 10100110 | 11011111 | 1000100 | 11010 | 0 | 1000110 | 1101 | 1010010 | 1000111 | 111001 |
Color Harmonies of #A6DF44
Complementary color
Monochromatic Colors of #A6DF44
Black with #A6DF44
Text Example
Text Example
White with #A6DF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DF44; }
p { color: rgb(166,223,68); }
H1.HeaderClassName
{
color: #A6DF44;
}
.AnyTagClassName
{
color: #A6DF44;
}
</style>
background-color css
<style>
a { background-color: #A6DF44; }
a { background-color: rgb(166,223,68); }
div.DivClassName
{
background-color: #A6DF44;
}
.BgClassName
{
background-color: #A6DF44;
}
</style>
border-color css
<style>
span { border-color: #A6DF44; }
span { border-color: rgb(166,223,68); }
td.TdClassName
{
border-color: #A6DF44;
}
.TagClassName
{
border-color: #A6DF44;
}
</style>