Shades of Conifer #A7C953
Tints of Conifer #A7C953
RGB
CMYK
RGB Variations
Color information
#A7C953 (or 0xA7C953) is known color: Conifer. HEX triplet: A7, C9 and 53. RGB value is (167,201,83). Sum of RGB (Red+Green+Blue) = 167+201+83=451 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.03% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C953 is #5836AC. Grayscale: #B1B1B1. Windows color (decimal): -5781165 or 5491111. OLE color: 5491111.
HSL color Cylindrical-coordinate representation of color #A7C953: hue angle of 77.29º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7C953 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 167 | 201 | 83 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.21 |
| HSL | 77.29º | 0.52% | 0.56% | - |
| HSV(B) | 77.29º | 0.59% | 0.79% | - |
| XYZ | 38.38 | 50.61 | 15.93 | - |
| YUV | 177.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 201 | 83 | 0.17 | 0 | 0.59 | 0.21 | 77.29 | 0.52 | 0.56 |
| Hex | A7 | C9 | 53 | 11 | 0 | 3B | 15 | 4D | 34 | 38 |
| Octal | 247 | 311 | 123 | 21 | 0 | 73 | 25 | 115 | 64 | 70 |
| Binary | 10100111 | 11001001 | 1010011 | 10001 | 0 | 111011 | 10101 | 1001101 | 110100 | 111000 |
Color Harmonies of #A7C953
Complementary color
Monochromatic Colors of #A7C953
Black with #A7C953
Text Example
Text Example
White with #A7C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C953; }
p { color: rgb(167,201,83); }
H1.HeaderClassName
{
color: #A7C953;
}
.AnyTagClassName
{
color: #A7C953;
}
</style>
background-color css
<style>
a { background-color: #A7C953; }
a { background-color: rgb(167,201,83); }
div.DivClassName
{
background-color: #A7C953;
}
.BgClassName
{
background-color: #A7C953;
}
</style>
border-color css
<style>
span { border-color: #A7C953; }
span { border-color: rgb(167,201,83); }
td.TdClassName
{
border-color: #A7C953;
}
.TagClassName
{
border-color: #A7C953;
}
</style>