Shades of Conifer #A0DD4E
Tints of Conifer #A0DD4E
RGB
CMYK
RGB Variations
Color information
#A0DD4E (or 0xA0DD4E) is known color: Conifer. HEX triplet: A0, DD and 4E. RGB value is (160,221,78). Sum of RGB (Red+Green+Blue) = 160+221+78=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD4E is #5F22B1. Grayscale: #BABABA. Windows color (decimal): -6234802 or 5168544. OLE color: 5168544.
HSL color Cylindrical-coordinate representation of color #A0DD4E: hue angle of 85.59º 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 #A0DD4E is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 78 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.13 |
| HSL | 85.59º | 0.68% | 0.59% | - |
| HSV(B) | 85.59º | 0.65% | 0.87% | - |
| XYZ | 41.73 | 59.74 | 16.54 | - |
| YUV | 186.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 78 | 0.28 | 0 | 0.65 | 0.13 | 85.59 | 0.68 | 0.59 |
| Hex | A0 | DD | 4E | 1C | 0 | 41 | D | 56 | 44 | 3B |
| Octal | 240 | 335 | 116 | 34 | 0 | 101 | 15 | 126 | 104 | 73 |
| Binary | 10100000 | 11011101 | 1001110 | 11100 | 0 | 1000001 | 1101 | 1010110 | 1000100 | 111011 |
Color Harmonies of #A0DD4E
Complementary color
Monochromatic Colors of #A0DD4E
Black with #A0DD4E
Text Example
Text Example
White with #A0DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD4E; }
p { color: rgb(160,221,78); }
H1.HeaderClassName
{
color: #A0DD4E;
}
.AnyTagClassName
{
color: #A0DD4E;
}
</style>
background-color css
<style>
a { background-color: #A0DD4E; }
a { background-color: rgb(160,221,78); }
div.DivClassName
{
background-color: #A0DD4E;
}
.BgClassName
{
background-color: #A0DD4E;
}
</style>
border-color css
<style>
span { border-color: #A0DD4E; }
span { border-color: rgb(160,221,78); }
td.TdClassName
{
border-color: #A0DD4E;
}
.TagClassName
{
border-color: #A0DD4E;
}
</style>