Shades of Conifer #A1DC53
Tints of Conifer #A1DC53
RGB
CMYK
RGB Variations
Color information
#A1DC53 (or 0xA1DC53) is known color: Conifer. HEX triplet: A1, DC and 53. RGB value is (161,220,83). Sum of RGB (Red+Green+Blue) = 161+220+83=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC53 is #5E23AC. Grayscale: #BBBBBB. Windows color (decimal): -6169517 or 5495969. OLE color: 5495969.
HSL color Cylindrical-coordinate representation of color #A1DC53: hue angle of 85.84º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1DC53 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 83 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.14 |
| HSL | 85.84º | 0.66% | 0.59% | - |
| HSV(B) | 85.84º | 0.62% | 0.86% | - |
| XYZ | 41.85 | 59.39 | 17.44 | - |
| YUV | 186.74 | 69.45 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 83 | 0.27 | 0 | 0.62 | 0.14 | 85.84 | 0.66 | 0.59 |
| Hex | A1 | DC | 53 | 1B | 0 | 3E | E | 56 | 42 | 3B |
| Octal | 241 | 334 | 123 | 33 | 0 | 76 | 16 | 126 | 102 | 73 |
| Binary | 10100001 | 11011100 | 1010011 | 11011 | 0 | 111110 | 1110 | 1010110 | 1000010 | 111011 |
Color Harmonies of #A1DC53
Complementary color
Monochromatic Colors of #A1DC53
Black with #A1DC53
Text Example
Text Example
White with #A1DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC53; }
p { color: rgb(161,220,83); }
H1.HeaderClassName
{
color: #A1DC53;
}
.AnyTagClassName
{
color: #A1DC53;
}
</style>
background-color css
<style>
a { background-color: #A1DC53; }
a { background-color: rgb(161,220,83); }
div.DivClassName
{
background-color: #A1DC53;
}
.BgClassName
{
background-color: #A1DC53;
}
</style>
border-color css
<style>
span { border-color: #A1DC53; }
span { border-color: rgb(161,220,83); }
td.TdClassName
{
border-color: #A1DC53;
}
.TagClassName
{
border-color: #A1DC53;
}
</style>