Shades of Conifer #A0DD5D
Tints of Conifer #A0DD5D
RGB
CMYK
RGB Variations
Color information
#A0DD5D (or 0xA0DD5D) is known color: Conifer. HEX triplet: A0, DD and 5D. RGB value is (160,221,93). Sum of RGB (Red+Green+Blue) = 160+221+93=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD5D is #5F22A2. Grayscale: #BCBCBC. Windows color (decimal): -6234787 or 6151584. OLE color: 6151584.
HSL color Cylindrical-coordinate representation of color #A0DD5D: hue angle of 88.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0DD5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 93 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.13 |
| HSL | 88.59º | 0.65% | 0.62% | - |
| HSV(B) | 88.59º | 0.58% | 0.87% | - |
| XYZ | 42.33 | 59.98 | 19.7 | - |
| YUV | 188.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 93 | 0.28 | 0 | 0.58 | 0.13 | 88.59 | 0.65 | 0.62 |
| Hex | A0 | DD | 5D | 1C | 0 | 3A | D | 59 | 41 | 3E |
| Octal | 240 | 335 | 135 | 34 | 0 | 72 | 15 | 131 | 101 | 76 |
| Binary | 10100000 | 11011101 | 1011101 | 11100 | 0 | 111010 | 1101 | 1011001 | 1000001 | 111110 |
Color Harmonies of #A0DD5D
Complementary color
Monochromatic Colors of #A0DD5D
Black with #A0DD5D
Text Example
Text Example
White with #A0DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD5D; }
p { color: rgb(160,221,93); }
H1.HeaderClassName
{
color: #A0DD5D;
}
.AnyTagClassName
{
color: #A0DD5D;
}
</style>
background-color css
<style>
a { background-color: #A0DD5D; }
a { background-color: rgb(160,221,93); }
div.DivClassName
{
background-color: #A0DD5D;
}
.BgClassName
{
background-color: #A0DD5D;
}
</style>
border-color css
<style>
span { border-color: #A0DD5D; }
span { border-color: rgb(160,221,93); }
td.TdClassName
{
border-color: #A0DD5D;
}
.TagClassName
{
border-color: #A0DD5D;
}
</style>