Shades of Conifer #A1D364
Tints of Conifer #A1D364
RGB
CMYK
RGB Variations
Color information
#A1D364 (or 0xA1D364) is known color: Conifer. HEX triplet: A1, D3 and 64. RGB value is (161,211,100). Sum of RGB (Red+Green+Blue) = 161+211+100=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D364 is #5E2C9B. Grayscale: #B7B7B7. Windows color (decimal): -6171804 or 6607777. OLE color: 6607777.
HSL color Cylindrical-coordinate representation of color #A1D364: hue angle of 87.03º 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 #A1D364 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 100 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.17 |
| HSL | 87.03º | 0.56% | 0.61% | - |
| HSV(B) | 87.03º | 0.53% | 0.83% | - |
| XYZ | 40.29 | 55.09 | 20.57 | - |
| YUV | 183.4 | 80.94 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 100 | 0.24 | 0 | 0.53 | 0.17 | 87.03 | 0.56 | 0.61 |
| Hex | A1 | D3 | 64 | 18 | 0 | 35 | 11 | 57 | 38 | 3D |
| Octal | 241 | 323 | 144 | 30 | 0 | 65 | 21 | 127 | 70 | 75 |
| Binary | 10100001 | 11010011 | 1100100 | 11000 | 0 | 110101 | 10001 | 1010111 | 111000 | 111101 |
Color Harmonies of #A1D364
Complementary color
Monochromatic Colors of #A1D364
Black with #A1D364
Text Example
Text Example
White with #A1D364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D364; }
p { color: rgb(161,211,100); }
H1.HeaderClassName
{
color: #A1D364;
}
.AnyTagClassName
{
color: #A1D364;
}
</style>
background-color css
<style>
a { background-color: #A1D364; }
a { background-color: rgb(161,211,100); }
div.DivClassName
{
background-color: #A1D364;
}
.BgClassName
{
background-color: #A1D364;
}
</style>
border-color css
<style>
span { border-color: #A1D364; }
span { border-color: rgb(161,211,100); }
td.TdClassName
{
border-color: #A1D364;
}
.TagClassName
{
border-color: #A1D364;
}
</style>