Shades of Conifer #A1DD4E
Tints of Conifer #A1DD4E
RGB
CMYK
RGB Variations
Color information
#A1DD4E (or 0xA1DD4E) is known color: Conifer. HEX triplet: A1, DD and 4E. RGB value is (161,221,78). Sum of RGB (Red+Green+Blue) = 161+221+78=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD4E is #5E22B1. Grayscale: #BBBBBB. Windows color (decimal): -6169266 or 5168545. OLE color: 5168545.
HSL color Cylindrical-coordinate representation of color #A1DD4E: hue angle of 85.17º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1DD4E is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 78 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.13 |
| HSL | 85.17º | 0.68% | 0.59% | - |
| HSV(B) | 85.17º | 0.65% | 0.87% | - |
| XYZ | 41.93 | 59.84 | 16.55 | - |
| YUV | 186.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 78 | 0.27 | 0 | 0.65 | 0.13 | 85.17 | 0.68 | 0.59 |
| Hex | A1 | DD | 4E | 1B | 0 | 41 | D | 55 | 44 | 3B |
| Octal | 241 | 335 | 116 | 33 | 0 | 101 | 15 | 125 | 104 | 73 |
| Binary | 10100001 | 11011101 | 1001110 | 11011 | 0 | 1000001 | 1101 | 1010101 | 1000100 | 111011 |
Color Harmonies of #A1DD4E
Complementary color
Monochromatic Colors of #A1DD4E
Black with #A1DD4E
Text Example
Text Example
White with #A1DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD4E; }
p { color: rgb(161,221,78); }
H1.HeaderClassName
{
color: #A1DD4E;
}
.AnyTagClassName
{
color: #A1DD4E;
}
</style>
background-color css
<style>
a { background-color: #A1DD4E; }
a { background-color: rgb(161,221,78); }
div.DivClassName
{
background-color: #A1DD4E;
}
.BgClassName
{
background-color: #A1DD4E;
}
</style>
border-color css
<style>
span { border-color: #A1DD4E; }
span { border-color: rgb(161,221,78); }
td.TdClassName
{
border-color: #A1DD4E;
}
.TagClassName
{
border-color: #A1DD4E;
}
</style>