Shades of Conifer #A6F449
Tints of Conifer #A6F449
RGB
CMYK
RGB Variations
Color information
#A6F449 (or 0xA6F449) is known color: Conifer. HEX triplet: A6, F4 and 49. RGB value is (166,244,73). Sum of RGB (Red+Green+Blue) = 166+244+73=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F449 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6F449 is #590BB6. Grayscale: #C9C9C9. Windows color (decimal): -5835703 or 4846758. OLE color: 4846758.
HSL color Cylindrical-coordinate representation of color #A6F449: hue angle of 87.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6F449 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 73 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.04 |
| HSL | 87.37º | 0.89% | 0.62% | - |
| HSV(B) | 87.37º | 0.7% | 0.96% | - |
| XYZ | 49.28 | 73.29 | 17.85 | - |
| YUV | 201.18 | 55.66 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 73 | 0.32 | 0 | 0.70 | 0.04 | 87.37 | 0.89 | 0.62 |
| Hex | A6 | F4 | 49 | 20 | 0 | 46 | 4 | 57 | 59 | 3E |
| Octal | 246 | 364 | 111 | 40 | 0 | 106 | 4 | 127 | 131 | 76 |
| Binary | 10100110 | 11110100 | 1001001 | 100000 | 0 | 1000110 | 100 | 1010111 | 1011001 | 111110 |
Color Harmonies of #A6F449
Complementary color
Monochromatic Colors of #A6F449
Black with #A6F449
Text Example
Text Example
White with #A6F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F449; }
p { color: rgb(166,244,73); }
H1.HeaderClassName
{
color: #A6F449;
}
.AnyTagClassName
{
color: #A6F449;
}
</style>
background-color css
<style>
a { background-color: #A6F449; }
a { background-color: rgb(166,244,73); }
div.DivClassName
{
background-color: #A6F449;
}
.BgClassName
{
background-color: #A6F449;
}
</style>
border-color css
<style>
span { border-color: #A6F449; }
span { border-color: rgb(166,244,73); }
td.TdClassName
{
border-color: #A6F449;
}
.TagClassName
{
border-color: #A6F449;
}
</style>