Shades of Conifer #A3D955
Tints of Conifer #A3D955
RGB
CMYK
RGB Variations
Color information
#A3D955 (or 0xA3D955) is known color: Conifer. HEX triplet: A3, D9 and 55. RGB value is (163,217,85). Sum of RGB (Red+Green+Blue) = 163+217+85=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D955 is #5C26AA. Grayscale: #BABABA. Windows color (decimal): -6039211 or 5626275. OLE color: 5626275.
HSL color Cylindrical-coordinate representation of color #A3D955: hue angle of 84.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3D955 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 85 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.15 |
| HSL | 84.55º | 0.63% | 0.59% | - |
| HSV(B) | 84.55º | 0.61% | 0.85% | - |
| XYZ | 41.56 | 58.07 | 17.61 | - |
| YUV | 185.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 85 | 0.25 | 0 | 0.61 | 0.15 | 84.55 | 0.63 | 0.59 |
| Hex | A3 | D9 | 55 | 19 | 0 | 3D | F | 55 | 3F | 3B |
| Octal | 243 | 331 | 125 | 31 | 0 | 75 | 17 | 125 | 77 | 73 |
| Binary | 10100011 | 11011001 | 1010101 | 11001 | 0 | 111101 | 1111 | 1010101 | 111111 | 111011 |
Color Harmonies of #A3D955
Complementary color
Monochromatic Colors of #A3D955
Black with #A3D955
Text Example
Text Example
White with #A3D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D955; }
p { color: rgb(163,217,85); }
H1.HeaderClassName
{
color: #A3D955;
}
.AnyTagClassName
{
color: #A3D955;
}
</style>
background-color css
<style>
a { background-color: #A3D955; }
a { background-color: rgb(163,217,85); }
div.DivClassName
{
background-color: #A3D955;
}
.BgClassName
{
background-color: #A3D955;
}
</style>
border-color css
<style>
span { border-color: #A3D955; }
span { border-color: rgb(163,217,85); }
td.TdClassName
{
border-color: #A3D955;
}
.TagClassName
{
border-color: #A3D955;
}
</style>