Shades of Conifer #A3D950
Tints of Conifer #A3D950
RGB
CMYK
RGB Variations
Color information
#A3D950 (or 0xA3D950) is known color: Conifer. HEX triplet: A3, D9 and 50. RGB value is (163,217,80). Sum of RGB (Red+Green+Blue) = 163+217+80=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D950 is #5C26AF. Grayscale: #B9B9B9. Windows color (decimal): -6039216 or 5298595. OLE color: 5298595.
HSL color Cylindrical-coordinate representation of color #A3D950: hue angle of 83.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3D950 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 80 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.15 |
| HSL | 83.65º | 0.64% | 0.58% | - |
| HSV(B) | 83.65º | 0.63% | 0.85% | - |
| XYZ | 41.37 | 57.99 | 16.6 | - |
| YUV | 185.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 80 | 0.25 | 0 | 0.63 | 0.15 | 83.65 | 0.64 | 0.58 |
| Hex | A3 | D9 | 50 | 19 | 0 | 3F | F | 54 | 40 | 3A |
| Octal | 243 | 331 | 120 | 31 | 0 | 77 | 17 | 124 | 100 | 72 |
| Binary | 10100011 | 11011001 | 1010000 | 11001 | 0 | 111111 | 1111 | 1010100 | 1000000 | 111010 |
Color Harmonies of #A3D950
Complementary color
Monochromatic Colors of #A3D950
Black with #A3D950
Text Example
Text Example
White with #A3D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D950; }
p { color: rgb(163,217,80); }
H1.HeaderClassName
{
color: #A3D950;
}
.AnyTagClassName
{
color: #A3D950;
}
</style>
background-color css
<style>
a { background-color: #A3D950; }
a { background-color: rgb(163,217,80); }
div.DivClassName
{
background-color: #A3D950;
}
.BgClassName
{
background-color: #A3D950;
}
</style>
border-color css
<style>
span { border-color: #A3D950; }
span { border-color: rgb(163,217,80); }
td.TdClassName
{
border-color: #A3D950;
}
.TagClassName
{
border-color: #A3D950;
}
</style>