Shades of Conifer #A1DC59
Tints of Conifer #A1DC59
RGB
CMYK
RGB Variations
Color information
#A1DC59 (or 0xA1DC59) is known color: Conifer. HEX triplet: A1, DC and 59. RGB value is (161,220,89). Sum of RGB (Red+Green+Blue) = 161+220+89=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC59 is #5E23A6. Grayscale: #BBBBBB. Windows color (decimal): -6169511 or 5889185. OLE color: 5889185.
HSL color Cylindrical-coordinate representation of color #A1DC59: hue angle of 87.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1DC59 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 89 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.14 |
| HSL | 87.02º | 0.65% | 0.61% | - |
| HSV(B) | 87.02º | 0.6% | 0.86% | - |
| XYZ | 42.09 | 59.48 | 18.71 | - |
| YUV | 187.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 89 | 0.27 | 0 | 0.60 | 0.14 | 87.02 | 0.65 | 0.61 |
| Hex | A1 | DC | 59 | 1B | 0 | 3C | E | 57 | 41 | 3D |
| Octal | 241 | 334 | 131 | 33 | 0 | 74 | 16 | 127 | 101 | 75 |
| Binary | 10100001 | 11011100 | 1011001 | 11011 | 0 | 111100 | 1110 | 1010111 | 1000001 | 111101 |
Color Harmonies of #A1DC59
Complementary color
Monochromatic Colors of #A1DC59
Black with #A1DC59
Text Example
Text Example
White with #A1DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC59; }
p { color: rgb(161,220,89); }
H1.HeaderClassName
{
color: #A1DC59;
}
.AnyTagClassName
{
color: #A1DC59;
}
</style>
background-color css
<style>
a { background-color: #A1DC59; }
a { background-color: rgb(161,220,89); }
div.DivClassName
{
background-color: #A1DC59;
}
.BgClassName
{
background-color: #A1DC59;
}
</style>
border-color css
<style>
span { border-color: #A1DC59; }
span { border-color: rgb(161,220,89); }
td.TdClassName
{
border-color: #A1DC59;
}
.TagClassName
{
border-color: #A1DC59;
}
</style>