Shades of Conifer #A7E347
Tints of Conifer #A7E347
RGB
CMYK
RGB Variations
Color information
#A7E347 (or 0xA7E347) is known color: Conifer. HEX triplet: A7, E3 and 47. RGB value is (167,227,71). Sum of RGB (Red+Green+Blue) = 167+227+71=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #A7E347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E347 is #581CB8. Grayscale: #BFBFBF. Windows color (decimal): -5774521 or 4711335. OLE color: 4711335.
HSL color Cylindrical-coordinate representation of color #A7E347: hue angle of 83.08º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7E347 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 227 | 71 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.11 |
| HSL | 83.08º | 0.74% | 0.58% | - |
| HSV(B) | 83.08º | 0.69% | 0.89% | - |
| XYZ | 44.54 | 63.61 | 15.89 | - |
| YUV | 191.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 71 | 0.26 | 0 | 0.69 | 0.11 | 83.08 | 0.74 | 0.58 |
| Hex | A7 | E3 | 47 | 1A | 0 | 45 | B | 53 | 4A | 3A |
| Octal | 247 | 343 | 107 | 32 | 0 | 105 | 13 | 123 | 112 | 72 |
| Binary | 10100111 | 11100011 | 1000111 | 11010 | 0 | 1000101 | 1011 | 1010011 | 1001010 | 111010 |
Color Harmonies of #A7E347
Complementary color
Monochromatic Colors of #A7E347
Black with #A7E347
Text Example
Text Example
White with #A7E347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E347; }
p { color: rgb(167,227,71); }
H1.HeaderClassName
{
color: #A7E347;
}
.AnyTagClassName
{
color: #A7E347;
}
</style>
background-color css
<style>
a { background-color: #A7E347; }
a { background-color: rgb(167,227,71); }
div.DivClassName
{
background-color: #A7E347;
}
.BgClassName
{
background-color: #A7E347;
}
</style>
border-color css
<style>
span { border-color: #A7E347; }
span { border-color: rgb(167,227,71); }
td.TdClassName
{
border-color: #A7E347;
}
.TagClassName
{
border-color: #A7E347;
}
</style>