Shades of Conifer #A3D363
Tints of Conifer #A3D363
RGB
CMYK
RGB Variations
Color information
#A3D363 (or 0xA3D363) is known color: Conifer. HEX triplet: A3, D3 and 63. RGB value is (163,211,99). Sum of RGB (Red+Green+Blue) = 163+211+99=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D363 is #5C2C9C. Grayscale: #B8B8B8. Windows color (decimal): -6040733 or 6542243. OLE color: 6542243.
HSL color Cylindrical-coordinate representation of color #A3D363: hue angle of 85.71º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3D363 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 211 | 99 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.17 |
| HSL | 85.71º | 0.56% | 0.61% | - |
| HSV(B) | 85.71º | 0.53% | 0.83% | - |
| XYZ | 40.65 | 55.28 | 20.33 | - |
| YUV | 183.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 211 | 99 | 0.23 | 0 | 0.53 | 0.17 | 85.71 | 0.56 | 0.61 |
| Hex | A3 | D3 | 63 | 17 | 0 | 35 | 11 | 56 | 38 | 3D |
| Octal | 243 | 323 | 143 | 27 | 0 | 65 | 21 | 126 | 70 | 75 |
| Binary | 10100011 | 11010011 | 1100011 | 10111 | 0 | 110101 | 10001 | 1010110 | 111000 | 111101 |
Color Harmonies of #A3D363
Complementary color
Monochromatic Colors of #A3D363
Black with #A3D363
Text Example
Text Example
White with #A3D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D363; }
p { color: rgb(163,211,99); }
H1.HeaderClassName
{
color: #A3D363;
}
.AnyTagClassName
{
color: #A3D363;
}
</style>
background-color css
<style>
a { background-color: #A3D363; }
a { background-color: rgb(163,211,99); }
div.DivClassName
{
background-color: #A3D363;
}
.BgClassName
{
background-color: #A3D363;
}
</style>
border-color css
<style>
span { border-color: #A3D363; }
span { border-color: rgb(163,211,99); }
td.TdClassName
{
border-color: #A3D363;
}
.TagClassName
{
border-color: #A3D363;
}
</style>