Shades of Conifer #A7E746
Tints of Conifer #A7E746
RGB
CMYK
RGB Variations
Color information
#A7E746 (or 0xA7E746) is known color: Conifer. HEX triplet: A7, E7 and 46. RGB value is (167,231,70). Sum of RGB (Red+Green+Blue) = 167+231+70=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E746 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A7E746 is #5818B9. Grayscale: #C2C2C2. Windows color (decimal): -5773498 or 4646823. OLE color: 4646823.
HSL color Cylindrical-coordinate representation of color #A7E746: hue angle of 83.85º degrees, saturation: 0.77, 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 #A7E746 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 231 | 70 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.09 |
| HSL | 83.85º | 0.77% | 0.59% | - |
| HSV(B) | 83.85º | 0.7% | 0.91% | - |
| XYZ | 45.62 | 65.81 | 16.09 | - |
| YUV | 193.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 231 | 70 | 0.28 | 0 | 0.70 | 0.09 | 83.85 | 0.77 | 0.59 |
| Hex | A7 | E7 | 46 | 1C | 0 | 46 | 9 | 54 | 4D | 3B |
| Octal | 247 | 347 | 106 | 34 | 0 | 106 | 11 | 124 | 115 | 73 |
| Binary | 10100111 | 11100111 | 1000110 | 11100 | 0 | 1000110 | 1001 | 1010100 | 1001101 | 111011 |
Color Harmonies of #A7E746
Complementary color
Monochromatic Colors of #A7E746
Black with #A7E746
Text Example
Text Example
White with #A7E746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E746; }
p { color: rgb(167,231,70); }
H1.HeaderClassName
{
color: #A7E746;
}
.AnyTagClassName
{
color: #A7E746;
}
</style>
background-color css
<style>
a { background-color: #A7E746; }
a { background-color: rgb(167,231,70); }
div.DivClassName
{
background-color: #A7E746;
}
.BgClassName
{
background-color: #A7E746;
}
</style>
border-color css
<style>
span { border-color: #A7E746; }
span { border-color: rgb(167,231,70); }
td.TdClassName
{
border-color: #A7E746;
}
.TagClassName
{
border-color: #A7E746;
}
</style>