Shades of Conifer #A7D556
Tints of Conifer #A7D556
RGB
CMYK
RGB Variations
Color information
#A7D556 (or 0xA7D556) is known color: Conifer. HEX triplet: A7, D5 and 56. RGB value is (167,213,86). Sum of RGB (Red+Green+Blue) = 167+213+86=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D556 is #582AA9. Grayscale: #B9B9B9. Windows color (decimal): -5778090 or 5690791. OLE color: 5690791.
HSL color Cylindrical-coordinate representation of color #A7D556: hue angle of 81.73º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7D556 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 213 | 86 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.16 |
| HSL | 81.73º | 0.6% | 0.59% | - |
| HSV(B) | 81.73º | 0.6% | 0.84% | - |
| XYZ | 41.41 | 56.48 | 17.52 | - |
| YUV | 184.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 213 | 86 | 0.22 | 0 | 0.60 | 0.16 | 81.73 | 0.6 | 0.59 |
| Hex | A7 | D5 | 56 | 16 | 0 | 3C | 10 | 52 | 3C | 3B |
| Octal | 247 | 325 | 126 | 26 | 0 | 74 | 20 | 122 | 74 | 73 |
| Binary | 10100111 | 11010101 | 1010110 | 10110 | 0 | 111100 | 10000 | 1010010 | 111100 | 111011 |
Color Harmonies of #A7D556
Complementary color
Monochromatic Colors of #A7D556
Black with #A7D556
Text Example
Text Example
White with #A7D556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D556; }
p { color: rgb(167,213,86); }
H1.HeaderClassName
{
color: #A7D556;
}
.AnyTagClassName
{
color: #A7D556;
}
</style>
background-color css
<style>
a { background-color: #A7D556; }
a { background-color: rgb(167,213,86); }
div.DivClassName
{
background-color: #A7D556;
}
.BgClassName
{
background-color: #A7D556;
}
</style>
border-color css
<style>
span { border-color: #A7D556; }
span { border-color: rgb(167,213,86); }
td.TdClassName
{
border-color: #A7D556;
}
.TagClassName
{
border-color: #A7D556;
}
</style>