Shades of Conifer #A7D255
Tints of Conifer #A7D255
RGB
CMYK
RGB Variations
Color information
#A7D255 (or 0xA7D255) is known color: Conifer. HEX triplet: A7, D2 and 55. RGB value is (167,210,85). Sum of RGB (Red+Green+Blue) = 167+210+85=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D255 is #582DAA. Grayscale: #B7B7B7. Windows color (decimal): -5778859 or 5624487. OLE color: 5624487.
HSL color Cylindrical-coordinate representation of color #A7D255: hue angle of 80.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7D255 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 85 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.18 |
| HSL | 80.64º | 0.58% | 0.58% | - |
| HSV(B) | 80.64º | 0.6% | 0.82% | - |
| XYZ | 40.62 | 54.96 | 17.06 | - |
| YUV | 182.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 85 | 0.20 | 0 | 0.60 | 0.18 | 80.64 | 0.58 | 0.58 |
| Hex | A7 | D2 | 55 | 14 | 0 | 3C | 12 | 51 | 3A | 3A |
| Octal | 247 | 322 | 125 | 24 | 0 | 74 | 22 | 121 | 72 | 72 |
| Binary | 10100111 | 11010010 | 1010101 | 10100 | 0 | 111100 | 10010 | 1010001 | 111010 | 111010 |
Color Harmonies of #A7D255
Complementary color
Monochromatic Colors of #A7D255
Black with #A7D255
Text Example
Text Example
White with #A7D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D255; }
p { color: rgb(167,210,85); }
H1.HeaderClassName
{
color: #A7D255;
}
.AnyTagClassName
{
color: #A7D255;
}
</style>
background-color css
<style>
a { background-color: #A7D255; }
a { background-color: rgb(167,210,85); }
div.DivClassName
{
background-color: #A7D255;
}
.BgClassName
{
background-color: #A7D255;
}
</style>
border-color css
<style>
span { border-color: #A7D255; }
span { border-color: rgb(167,210,85); }
td.TdClassName
{
border-color: #A7D255;
}
.TagClassName
{
border-color: #A7D255;
}
</style>