Shades of Conifer #A7E946
Tints of Conifer #A7E946
RGB
CMYK
RGB Variations
Color information
#A7E946 (or 0xA7E946) is known color: Conifer. HEX triplet: A7, E9 and 46. RGB value is (167,233,70). Sum of RGB (Red+Green+Blue) = 167+233+70=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 70 (27.73% from 255 or 14.89% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7E946 is #5816B9. Grayscale: #C3C3C3. Windows color (decimal): -5772986 or 4647335. OLE color: 4647335.
HSL color Cylindrical-coordinate representation of color #A7E946: hue angle of 84.29º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A7E946 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 70 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.09 |
| HSL | 84.29º | 0.79% | 0.59% | - |
| HSV(B) | 84.29º | 0.7% | 0.91% | - |
| XYZ | 46.18 | 66.94 | 16.28 | - |
| YUV | 194.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 70 | 0.28 | 0 | 0.70 | 0.09 | 84.29 | 0.79 | 0.59 |
| Hex | A7 | E9 | 46 | 1C | 0 | 46 | 9 | 54 | 4F | 3B |
| Octal | 247 | 351 | 106 | 34 | 0 | 106 | 11 | 124 | 117 | 73 |
| Binary | 10100111 | 11101001 | 1000110 | 11100 | 0 | 1000110 | 1001 | 1010100 | 1001111 | 111011 |
Color Harmonies of #A7E946
Complementary color
Monochromatic Colors of #A7E946
Black with #A7E946
Text Example
Text Example
White with #A7E946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E946; }
p { color: rgb(167,233,70); }
H1.HeaderClassName
{
color: #A7E946;
}
.AnyTagClassName
{
color: #A7E946;
}
</style>
background-color css
<style>
a { background-color: #A7E946; }
a { background-color: rgb(167,233,70); }
div.DivClassName
{
background-color: #A7E946;
}
.BgClassName
{
background-color: #A7E946;
}
</style>
border-color css
<style>
span { border-color: #A7E946; }
span { border-color: rgb(167,233,70); }
td.TdClassName
{
border-color: #A7E946;
}
.TagClassName
{
border-color: #A7E946;
}
</style>