Shades of Conifer #A1DC60
Tints of Conifer #A1DC60
RGB
CMYK
RGB Variations
Color information
#A1DC60 (or 0xA1DC60) is known color: Conifer. HEX triplet: A1, DC and 60. RGB value is (161,220,96). Sum of RGB (Red+Green+Blue) = 161+220+96=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC60 is #5E239F. Grayscale: #BCBCBC. Windows color (decimal): -6169504 or 6347937. OLE color: 6347937.
HSL color Cylindrical-coordinate representation of color #A1DC60: hue angle of 88.55º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1DC60 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 96 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.14 |
| HSL | 88.55º | 0.64% | 0.62% | - |
| HSV(B) | 88.55º | 0.56% | 0.86% | - |
| XYZ | 42.4 | 59.61 | 20.34 | - |
| YUV | 188.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 96 | 0.27 | 0 | 0.56 | 0.14 | 88.55 | 0.64 | 0.62 |
| Hex | A1 | DC | 60 | 1B | 0 | 38 | E | 59 | 40 | 3E |
| Octal | 241 | 334 | 140 | 33 | 0 | 70 | 16 | 131 | 100 | 76 |
| Binary | 10100001 | 11011100 | 1100000 | 11011 | 0 | 111000 | 1110 | 1011001 | 1000000 | 111110 |
Color Harmonies of #A1DC60
Complementary color
Monochromatic Colors of #A1DC60
Black with #A1DC60
Text Example
Text Example
White with #A1DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC60; }
p { color: rgb(161,220,96); }
H1.HeaderClassName
{
color: #A1DC60;
}
.AnyTagClassName
{
color: #A1DC60;
}
</style>
background-color css
<style>
a { background-color: #A1DC60; }
a { background-color: rgb(161,220,96); }
div.DivClassName
{
background-color: #A1DC60;
}
.BgClassName
{
background-color: #A1DC60;
}
</style>
border-color css
<style>
span { border-color: #A1DC60; }
span { border-color: rgb(161,220,96); }
td.TdClassName
{
border-color: #A1DC60;
}
.TagClassName
{
border-color: #A1DC60;
}
</style>