Shades of Conifer #A1DD4C
Tints of Conifer #A1DD4C
RGB
CMYK
RGB Variations
Color information
#A1DD4C (or 0xA1DD4C) is known color: Conifer. HEX triplet: A1, DD and 4C. RGB value is (161,221,76). Sum of RGB (Red+Green+Blue) = 161+221+76=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD4C is #5E22B3. Grayscale: #BBBBBB. Windows color (decimal): -6169268 or 5037473. OLE color: 5037473.
HSL color Cylindrical-coordinate representation of color #A1DD4C: hue angle of 84.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1DD4C is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 76 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.13 |
| HSL | 84.83º | 0.68% | 0.58% | - |
| HSV(B) | 84.83º | 0.66% | 0.87% | - |
| XYZ | 41.86 | 59.81 | 16.18 | - |
| YUV | 186.53 | 65.62 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 76 | 0.27 | 0 | 0.66 | 0.13 | 84.83 | 0.68 | 0.58 |
| Hex | A1 | DD | 4C | 1B | 0 | 42 | D | 55 | 44 | 3A |
| Octal | 241 | 335 | 114 | 33 | 0 | 102 | 15 | 125 | 104 | 72 |
| Binary | 10100001 | 11011101 | 1001100 | 11011 | 0 | 1000010 | 1101 | 1010101 | 1000100 | 111010 |
Color Harmonies of #A1DD4C
Complementary color
Monochromatic Colors of #A1DD4C
Black with #A1DD4C
Text Example
Text Example
White with #A1DD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD4C; }
p { color: rgb(161,221,76); }
H1.HeaderClassName
{
color: #A1DD4C;
}
.AnyTagClassName
{
color: #A1DD4C;
}
</style>
background-color css
<style>
a { background-color: #A1DD4C; }
a { background-color: rgb(161,221,76); }
div.DivClassName
{
background-color: #A1DD4C;
}
.BgClassName
{
background-color: #A1DD4C;
}
</style>
border-color css
<style>
span { border-color: #A1DD4C; }
span { border-color: rgb(161,221,76); }
td.TdClassName
{
border-color: #A1DD4C;
}
.TagClassName
{
border-color: #A1DD4C;
}
</style>