Shades of Conifer #A7D350
Tints of Conifer #A7D350
RGB
CMYK
RGB Variations
Color information
#A7D350 (or 0xA7D350) is known color: Conifer. HEX triplet: A7, D3 and 50. RGB value is (167,211,80). Sum of RGB (Red+Green+Blue) = 167+211+80=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D350 is #582CAF. Grayscale: #B7B7B7. Windows color (decimal): -5778608 or 5297063. OLE color: 5297063.
HSL color Cylindrical-coordinate representation of color #A7D350: hue angle of 80.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7D350 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 211 | 80 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.17 |
| HSL | 80.15º | 0.6% | 0.57% | - |
| HSV(B) | 80.15º | 0.62% | 0.83% | - |
| XYZ | 40.68 | 55.38 | 16.14 | - |
| YUV | 182.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 211 | 80 | 0.21 | 0 | 0.62 | 0.17 | 80.15 | 0.6 | 0.57 |
| Hex | A7 | D3 | 50 | 15 | 0 | 3E | 11 | 50 | 3C | 39 |
| Octal | 247 | 323 | 120 | 25 | 0 | 76 | 21 | 120 | 74 | 71 |
| Binary | 10100111 | 11010011 | 1010000 | 10101 | 0 | 111110 | 10001 | 1010000 | 111100 | 111001 |
Color Harmonies of #A7D350
Complementary color
Monochromatic Colors of #A7D350
Black with #A7D350
Text Example
Text Example
White with #A7D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D350; }
p { color: rgb(167,211,80); }
H1.HeaderClassName
{
color: #A7D350;
}
.AnyTagClassName
{
color: #A7D350;
}
</style>
background-color css
<style>
a { background-color: #A7D350; }
a { background-color: rgb(167,211,80); }
div.DivClassName
{
background-color: #A7D350;
}
.BgClassName
{
background-color: #A7D350;
}
</style>
border-color css
<style>
span { border-color: #A7D350; }
span { border-color: rgb(167,211,80); }
td.TdClassName
{
border-color: #A7D350;
}
.TagClassName
{
border-color: #A7D350;
}
</style>