Shades of Conifer #A0DD5E
Tints of Conifer #A0DD5E
RGB
CMYK
RGB Variations
Color information
#A0DD5E (or 0xA0DD5E) is known color: Conifer. HEX triplet: A0, DD and 5E. RGB value is (160,221,94). Sum of RGB (Red+Green+Blue) = 160+221+94=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD5E is #5F22A1. Grayscale: #BCBCBC. Windows color (decimal): -6234786 or 6217120. OLE color: 6217120.
HSL color Cylindrical-coordinate representation of color #A0DD5E: hue angle of 88.82º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0DD5E is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 94 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.13 |
| HSL | 88.82º | 0.65% | 0.62% | - |
| HSV(B) | 88.82º | 0.57% | 0.87% | - |
| XYZ | 42.37 | 59.99 | 19.94 | - |
| YUV | 188.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 94 | 0.28 | 0 | 0.57 | 0.13 | 88.82 | 0.65 | 0.62 |
| Hex | A0 | DD | 5E | 1C | 0 | 39 | D | 59 | 41 | 3E |
| Octal | 240 | 335 | 136 | 34 | 0 | 71 | 15 | 131 | 101 | 76 |
| Binary | 10100000 | 11011101 | 1011110 | 11100 | 0 | 111001 | 1101 | 1011001 | 1000001 | 111110 |
Color Harmonies of #A0DD5E
Complementary color
Monochromatic Colors of #A0DD5E
Black with #A0DD5E
Text Example
Text Example
White with #A0DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD5E; }
p { color: rgb(160,221,94); }
H1.HeaderClassName
{
color: #A0DD5E;
}
.AnyTagClassName
{
color: #A0DD5E;
}
</style>
background-color css
<style>
a { background-color: #A0DD5E; }
a { background-color: rgb(160,221,94); }
div.DivClassName
{
background-color: #A0DD5E;
}
.BgClassName
{
background-color: #A0DD5E;
}
</style>
border-color css
<style>
span { border-color: #A0DD5E; }
span { border-color: rgb(160,221,94); }
td.TdClassName
{
border-color: #A0DD5E;
}
.TagClassName
{
border-color: #A0DD5E;
}
</style>