Shades of Conifer #A3D562
Tints of Conifer #A3D562
RGB
CMYK
RGB Variations
Color information
#A3D562 (or 0xA3D562) is known color: Conifer. HEX triplet: A3, D5 and 62. RGB value is (163,213,98). Sum of RGB (Red+Green+Blue) = 163+213+98=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D562 is #5C2A9D. Grayscale: #B9B9B9. Windows color (decimal): -6040222 or 6477219. OLE color: 6477219.
HSL color Cylindrical-coordinate representation of color #A3D562: hue angle of 86.09º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3D562 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 213 | 98 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.16 |
| HSL | 86.09º | 0.58% | 0.61% | - |
| HSV(B) | 86.09º | 0.54% | 0.84% | - |
| XYZ | 41.1 | 56.26 | 20.25 | - |
| YUV | 184.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 213 | 98 | 0.23 | 0 | 0.54 | 0.16 | 86.09 | 0.58 | 0.61 |
| Hex | A3 | D5 | 62 | 17 | 0 | 36 | 10 | 56 | 3A | 3D |
| Octal | 243 | 325 | 142 | 27 | 0 | 66 | 20 | 126 | 72 | 75 |
| Binary | 10100011 | 11010101 | 1100010 | 10111 | 0 | 110110 | 10000 | 1010110 | 111010 | 111101 |
Color Harmonies of #A3D562
Complementary color
Monochromatic Colors of #A3D562
Black with #A3D562
Text Example
Text Example
White with #A3D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D562; }
p { color: rgb(163,213,98); }
H1.HeaderClassName
{
color: #A3D562;
}
.AnyTagClassName
{
color: #A3D562;
}
</style>
background-color css
<style>
a { background-color: #A3D562; }
a { background-color: rgb(163,213,98); }
div.DivClassName
{
background-color: #A3D562;
}
.BgClassName
{
background-color: #A3D562;
}
</style>
border-color css
<style>
span { border-color: #A3D562; }
span { border-color: rgb(163,213,98); }
td.TdClassName
{
border-color: #A3D562;
}
.TagClassName
{
border-color: #A3D562;
}
</style>