Shades of Conifer #A7D256
Tints of Conifer #A7D256
RGB
CMYK
RGB Variations
Color information
#A7D256 (or 0xA7D256) is known color: Conifer. HEX triplet: A7, D2 and 56. RGB value is (167,210,86). Sum of RGB (Red+Green+Blue) = 167+210+86=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D256 is #582DA9. Grayscale: #B7B7B7. Windows color (decimal): -5778858 or 5690023. OLE color: 5690023.
HSL color Cylindrical-coordinate representation of color #A7D256: hue angle of 80.81º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7D256 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 86 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.18 |
| HSL | 80.81º | 0.58% | 0.58% | - |
| HSV(B) | 80.81º | 0.59% | 0.82% | - |
| XYZ | 40.66 | 54.98 | 17.27 | - |
| YUV | 183.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 86 | 0.20 | 0 | 0.59 | 0.18 | 80.81 | 0.58 | 0.58 |
| Hex | A7 | D2 | 56 | 14 | 0 | 3B | 12 | 51 | 3A | 3A |
| Octal | 247 | 322 | 126 | 24 | 0 | 73 | 22 | 121 | 72 | 72 |
| Binary | 10100111 | 11010010 | 1010110 | 10100 | 0 | 111011 | 10010 | 1010001 | 111010 | 111010 |
Color Harmonies of #A7D256
Complementary color
Monochromatic Colors of #A7D256
Black with #A7D256
Text Example
Text Example
White with #A7D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D256; }
p { color: rgb(167,210,86); }
H1.HeaderClassName
{
color: #A7D256;
}
.AnyTagClassName
{
color: #A7D256;
}
</style>
background-color css
<style>
a { background-color: #A7D256; }
a { background-color: rgb(167,210,86); }
div.DivClassName
{
background-color: #A7D256;
}
.BgClassName
{
background-color: #A7D256;
}
</style>
border-color css
<style>
span { border-color: #A7D256; }
span { border-color: rgb(167,210,86); }
td.TdClassName
{
border-color: #A7D256;
}
.TagClassName
{
border-color: #A7D256;
}
</style>