Shades of Conifer #A1D365
Tints of Conifer #A1D365
RGB
CMYK
RGB Variations
Color information
#A1D365 (or 0xA1D365) is known color: Conifer. HEX triplet: A1, D3 and 65. RGB value is (161,211,101). Sum of RGB (Red+Green+Blue) = 161+211+101=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D365 is #5E2C9A. Grayscale: #B7B7B7. Windows color (decimal): -6171803 or 6673313. OLE color: 6673313.
HSL color Cylindrical-coordinate representation of color #A1D365: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1D365 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 101 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.17 |
| HSL | 87.27º | 0.56% | 0.61% | - |
| HSV(B) | 87.27º | 0.52% | 0.83% | - |
| XYZ | 40.34 | 55.11 | 20.82 | - |
| YUV | 183.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 101 | 0.24 | 0 | 0.52 | 0.17 | 87.27 | 0.56 | 0.61 |
| Hex | A1 | D3 | 65 | 18 | 0 | 34 | 11 | 57 | 38 | 3D |
| Octal | 241 | 323 | 145 | 30 | 0 | 64 | 21 | 127 | 70 | 75 |
| Binary | 10100001 | 11010011 | 1100101 | 11000 | 0 | 110100 | 10001 | 1010111 | 111000 | 111101 |
Color Harmonies of #A1D365
Complementary color
Monochromatic Colors of #A1D365
Black with #A1D365
Text Example
Text Example
White with #A1D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D365; }
p { color: rgb(161,211,101); }
H1.HeaderClassName
{
color: #A1D365;
}
.AnyTagClassName
{
color: #A1D365;
}
</style>
background-color css
<style>
a { background-color: #A1D365; }
a { background-color: rgb(161,211,101); }
div.DivClassName
{
background-color: #A1D365;
}
.BgClassName
{
background-color: #A1D365;
}
</style>
border-color css
<style>
span { border-color: #A1D365; }
span { border-color: rgb(161,211,101); }
td.TdClassName
{
border-color: #A1D365;
}
.TagClassName
{
border-color: #A1D365;
}
</style>