Shades of Conifer #A1D563
Tints of Conifer #A1D563
RGB
CMYK
RGB Variations
Color information
#A1D563 (or 0xA1D563) is known color: Conifer. HEX triplet: A1, D5 and 63. RGB value is (161,213,99). Sum of RGB (Red+Green+Blue) = 161+213+99=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D563 is #5E2A9C. Grayscale: #B8B8B8. Windows color (decimal): -6171293 or 6542753. OLE color: 6542753.
HSL color Cylindrical-coordinate representation of color #A1D563: hue angle of 87.37º 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 #A1D563 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 99 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.16 |
| HSL | 87.37º | 0.58% | 0.61% | - |
| HSV(B) | 87.37º | 0.54% | 0.84% | - |
| XYZ | 40.74 | 56.07 | 20.48 | - |
| YUV | 184.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 99 | 0.24 | 0 | 0.54 | 0.16 | 87.37 | 0.58 | 0.61 |
| Hex | A1 | D5 | 63 | 18 | 0 | 36 | 10 | 57 | 3A | 3D |
| Octal | 241 | 325 | 143 | 30 | 0 | 66 | 20 | 127 | 72 | 75 |
| Binary | 10100001 | 11010101 | 1100011 | 11000 | 0 | 110110 | 10000 | 1010111 | 111010 | 111101 |
Color Harmonies of #A1D563
Complementary color
Monochromatic Colors of #A1D563
Black with #A1D563
Text Example
Text Example
White with #A1D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D563; }
p { color: rgb(161,213,99); }
H1.HeaderClassName
{
color: #A1D563;
}
.AnyTagClassName
{
color: #A1D563;
}
</style>
background-color css
<style>
a { background-color: #A1D563; }
a { background-color: rgb(161,213,99); }
div.DivClassName
{
background-color: #A1D563;
}
.BgClassName
{
background-color: #A1D563;
}
</style>
border-color css
<style>
span { border-color: #A1D563; }
span { border-color: rgb(161,213,99); }
td.TdClassName
{
border-color: #A1D563;
}
.TagClassName
{
border-color: #A1D563;
}
</style>