Shades of Conifer #A6E549
Tints of Conifer #A6E549
RGB
CMYK
RGB Variations
Color information
#A6E549 (or 0xA6E549) is known color: Conifer. HEX triplet: A6, E5 and 49. RGB value is (166,229,73). Sum of RGB (Red+Green+Blue) = 166+229+73=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E549 is #591AB6. Grayscale: #C0C0C0. Windows color (decimal): -5839543 or 4842918. OLE color: 4842918.
HSL color Cylindrical-coordinate representation of color #A6E549: hue angle of 84.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6E549 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 73 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.10 |
| HSL | 84.23º | 0.75% | 0.59% | - |
| HSV(B) | 84.23º | 0.68% | 0.9% | - |
| XYZ | 44.95 | 64.63 | 16.41 | - |
| YUV | 192.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 73 | 0.28 | 0 | 0.68 | 0.10 | 84.23 | 0.75 | 0.59 |
| Hex | A6 | E5 | 49 | 1C | 0 | 44 | A | 54 | 4B | 3B |
| Octal | 246 | 345 | 111 | 34 | 0 | 104 | 12 | 124 | 113 | 73 |
| Binary | 10100110 | 11100101 | 1001001 | 11100 | 0 | 1000100 | 1010 | 1010100 | 1001011 | 111011 |
Color Harmonies of #A6E549
Complementary color
Monochromatic Colors of #A6E549
Black with #A6E549
Text Example
Text Example
White with #A6E549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E549; }
p { color: rgb(166,229,73); }
H1.HeaderClassName
{
color: #A6E549;
}
.AnyTagClassName
{
color: #A6E549;
}
</style>
background-color css
<style>
a { background-color: #A6E549; }
a { background-color: rgb(166,229,73); }
div.DivClassName
{
background-color: #A6E549;
}
.BgClassName
{
background-color: #A6E549;
}
</style>
border-color css
<style>
span { border-color: #A6E549; }
span { border-color: rgb(166,229,73); }
td.TdClassName
{
border-color: #A6E549;
}
.TagClassName
{
border-color: #A6E549;
}
</style>