Shades of Conifer #A7E546
Tints of Conifer #A7E546
RGB
CMYK
RGB Variations
Color information
#A7E546 (or 0xA7E546) is known color: Conifer. HEX triplet: A7, E5 and 46. RGB value is (167,229,70). Sum of RGB (Red+Green+Blue) = 167+229+70=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7E546 is #581AB9. Grayscale: #C0C0C0. Windows color (decimal): -5774010 or 4646311. OLE color: 4646311.
HSL color Cylindrical-coordinate representation of color #A7E546: hue angle of 83.4º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7E546 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 229 | 70 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.10 |
| HSL | 83.4º | 0.75% | 0.59% | - |
| HSV(B) | 83.4º | 0.69% | 0.9% | - |
| XYZ | 45.06 | 64.7 | 15.91 | - |
| YUV | 192.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 229 | 70 | 0.27 | 0 | 0.69 | 0.10 | 83.4 | 0.75 | 0.59 |
| Hex | A7 | E5 | 46 | 1B | 0 | 45 | A | 53 | 4B | 3B |
| Octal | 247 | 345 | 106 | 33 | 0 | 105 | 12 | 123 | 113 | 73 |
| Binary | 10100111 | 11100101 | 1000110 | 11011 | 0 | 1000101 | 1010 | 1010011 | 1001011 | 111011 |
Color Harmonies of #A7E546
Complementary color
Monochromatic Colors of #A7E546
Black with #A7E546
Text Example
Text Example
White with #A7E546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E546; }
p { color: rgb(167,229,70); }
H1.HeaderClassName
{
color: #A7E546;
}
.AnyTagClassName
{
color: #A7E546;
}
</style>
background-color css
<style>
a { background-color: #A7E546; }
a { background-color: rgb(167,229,70); }
div.DivClassName
{
background-color: #A7E546;
}
.BgClassName
{
background-color: #A7E546;
}
</style>
border-color css
<style>
span { border-color: #A7E546; }
span { border-color: rgb(167,229,70); }
td.TdClassName
{
border-color: #A7E546;
}
.TagClassName
{
border-color: #A7E546;
}
</style>