Shades of Conifer #A1DC4E
Tints of Conifer #A1DC4E
RGB
CMYK
RGB Variations
Color information
#A1DC4E (or 0xA1DC4E) is known color: Conifer. HEX triplet: A1, DC and 4E. RGB value is (161,220,78). Sum of RGB (Red+Green+Blue) = 161+220+78=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC4E is #5E23B1. Grayscale: #BABABA. Windows color (decimal): -6169522 or 5168289. OLE color: 5168289.
HSL color Cylindrical-coordinate representation of color #A1DC4E: hue angle of 84.93º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1DC4E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 78 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.14 |
| HSL | 84.93º | 0.67% | 0.58% | - |
| HSV(B) | 84.93º | 0.65% | 0.86% | - |
| XYZ | 41.67 | 59.31 | 16.46 | - |
| YUV | 186.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 78 | 0.27 | 0 | 0.65 | 0.14 | 84.93 | 0.67 | 0.58 |
| Hex | A1 | DC | 4E | 1B | 0 | 41 | E | 55 | 43 | 3A |
| Octal | 241 | 334 | 116 | 33 | 0 | 101 | 16 | 125 | 103 | 72 |
| Binary | 10100001 | 11011100 | 1001110 | 11011 | 0 | 1000001 | 1110 | 1010101 | 1000011 | 111010 |
Color Harmonies of #A1DC4E
Complementary color
Monochromatic Colors of #A1DC4E
Black with #A1DC4E
Text Example
Text Example
White with #A1DC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC4E; }
p { color: rgb(161,220,78); }
H1.HeaderClassName
{
color: #A1DC4E;
}
.AnyTagClassName
{
color: #A1DC4E;
}
</style>
background-color css
<style>
a { background-color: #A1DC4E; }
a { background-color: rgb(161,220,78); }
div.DivClassName
{
background-color: #A1DC4E;
}
.BgClassName
{
background-color: #A1DC4E;
}
</style>
border-color css
<style>
span { border-color: #A1DC4E; }
span { border-color: rgb(161,220,78); }
td.TdClassName
{
border-color: #A1DC4E;
}
.TagClassName
{
border-color: #A1DC4E;
}
</style>