Shades of Conifer #A1D360
Tints of Conifer #A1D360
RGB
CMYK
RGB Variations
Color information
#A1D360 (or 0xA1D360) is known color: Conifer. HEX triplet: A1, D3 and 60. RGB value is (161,211,96). Sum of RGB (Red+Green+Blue) = 161+211+96=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D360 is #5E2C9F. Grayscale: #B7B7B7. Windows color (decimal): -6171808 or 6345633. OLE color: 6345633.
HSL color Cylindrical-coordinate representation of color #A1D360: hue angle of 86.09º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D360 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 96 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.17 |
| HSL | 86.09º | 0.57% | 0.6% | - |
| HSV(B) | 86.09º | 0.55% | 0.83% | - |
| XYZ | 40.1 | 55.01 | 19.57 | - |
| YUV | 182.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 96 | 0.24 | 0 | 0.55 | 0.17 | 86.09 | 0.57 | 0.6 |
| Hex | A1 | D3 | 60 | 18 | 0 | 37 | 11 | 56 | 39 | 3C |
| Octal | 241 | 323 | 140 | 30 | 0 | 67 | 21 | 126 | 71 | 74 |
| Binary | 10100001 | 11010011 | 1100000 | 11000 | 0 | 110111 | 10001 | 1010110 | 111001 | 111100 |
Color Harmonies of #A1D360
Complementary color
Monochromatic Colors of #A1D360
Black with #A1D360
Text Example
Text Example
White with #A1D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D360; }
p { color: rgb(161,211,96); }
H1.HeaderClassName
{
color: #A1D360;
}
.AnyTagClassName
{
color: #A1D360;
}
</style>
background-color css
<style>
a { background-color: #A1D360; }
a { background-color: rgb(161,211,96); }
div.DivClassName
{
background-color: #A1D360;
}
.BgClassName
{
background-color: #A1D360;
}
</style>
border-color css
<style>
span { border-color: #A1D360; }
span { border-color: rgb(161,211,96); }
td.TdClassName
{
border-color: #A1D360;
}
.TagClassName
{
border-color: #A1D360;
}
</style>