Shades of Conifer #A0DD4D
Tints of Conifer #A0DD4D
RGB
CMYK
RGB Variations
Color information
#A0DD4D (or 0xA0DD4D) is known color: Conifer. HEX triplet: A0, DD and 4D. RGB value is (160,221,77). Sum of RGB (Red+Green+Blue) = 160+221+77=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD4D is #5F22B2. Grayscale: #BABABA. Windows color (decimal): -6234803 or 5103008. OLE color: 5103008.
HSL color Cylindrical-coordinate representation of color #A0DD4D: hue angle of 85.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0DD4D is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 77 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.13 |
| HSL | 85.42º | 0.68% | 0.58% | - |
| HSV(B) | 85.42º | 0.65% | 0.87% | - |
| XYZ | 41.69 | 59.72 | 16.35 | - |
| YUV | 186.35 | 66.29 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 77 | 0.28 | 0 | 0.65 | 0.13 | 85.42 | 0.68 | 0.58 |
| Hex | A0 | DD | 4D | 1C | 0 | 41 | D | 55 | 44 | 3A |
| Octal | 240 | 335 | 115 | 34 | 0 | 101 | 15 | 125 | 104 | 72 |
| Binary | 10100000 | 11011101 | 1001101 | 11100 | 0 | 1000001 | 1101 | 1010101 | 1000100 | 111010 |
Color Harmonies of #A0DD4D
Complementary color
Monochromatic Colors of #A0DD4D
Black with #A0DD4D
Text Example
Text Example
White with #A0DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD4D; }
p { color: rgb(160,221,77); }
H1.HeaderClassName
{
color: #A0DD4D;
}
.AnyTagClassName
{
color: #A0DD4D;
}
</style>
background-color css
<style>
a { background-color: #A0DD4D; }
a { background-color: rgb(160,221,77); }
div.DivClassName
{
background-color: #A0DD4D;
}
.BgClassName
{
background-color: #A0DD4D;
}
</style>
border-color css
<style>
span { border-color: #A0DD4D; }
span { border-color: rgb(160,221,77); }
td.TdClassName
{
border-color: #A0DD4D;
}
.TagClassName
{
border-color: #A0DD4D;
}
</style>