Shades of Conifer #A3D952
Tints of Conifer #A3D952
RGB
CMYK
RGB Variations
Color information
#A3D952 (or 0xA3D952) is known color: Conifer. HEX triplet: A3, D9 and 52. RGB value is (163,217,82). Sum of RGB (Red+Green+Blue) = 163+217+82=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D952 is #5C26AD. Grayscale: #B9B9B9. Windows color (decimal): -6039214 or 5429667. OLE color: 5429667.
HSL color Cylindrical-coordinate representation of color #A3D952: hue angle of 84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3D952 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 217 | 82 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.15 |
| HSL | 84º | 0.64% | 0.59% | - |
| HSV(B) | 84º | 0.62% | 0.85% | - |
| XYZ | 41.44 | 58.02 | 17 | - |
| YUV | 185.46 | 69.61 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 217 | 82 | 0.25 | 0 | 0.62 | 0.15 | 84 | 0.64 | 0.59 |
| Hex | A3 | D9 | 52 | 19 | 0 | 3E | F | 54 | 40 | 3B |
| Octal | 243 | 331 | 122 | 31 | 0 | 76 | 17 | 124 | 100 | 73 |
| Binary | 10100011 | 11011001 | 1010010 | 11001 | 0 | 111110 | 1111 | 1010100 | 1000000 | 111011 |
Color Harmonies of #A3D952
Complementary color
Monochromatic Colors of #A3D952
Black with #A3D952
Text Example
Text Example
White with #A3D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D952; }
p { color: rgb(163,217,82); }
H1.HeaderClassName
{
color: #A3D952;
}
.AnyTagClassName
{
color: #A3D952;
}
</style>
background-color css
<style>
a { background-color: #A3D952; }
a { background-color: rgb(163,217,82); }
div.DivClassName
{
background-color: #A3D952;
}
.BgClassName
{
background-color: #A3D952;
}
</style>
border-color css
<style>
span { border-color: #A3D952; }
span { border-color: rgb(163,217,82); }
td.TdClassName
{
border-color: #A3D952;
}
.TagClassName
{
border-color: #A3D952;
}
</style>