Shades of Conifer #A0D95D
Tints of Conifer #A0D95D
RGB
CMYK
RGB Variations
Color information
#A0D95D (or 0xA0D95D) is known color: Conifer. HEX triplet: A0, D9 and 5D. RGB value is (160,217,93). Sum of RGB (Red+Green+Blue) = 160+217+93=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D95D is #5F26A2. Grayscale: #BABABA. Windows color (decimal): -6235811 or 6150560. OLE color: 6150560.
HSL color Cylindrical-coordinate representation of color #A0D95D: hue angle of 87.58º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D95D is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 93 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.15 |
| HSL | 87.58º | 0.62% | 0.61% | - |
| HSV(B) | 87.58º | 0.57% | 0.85% | - |
| XYZ | 41.29 | 57.89 | 19.35 | - |
| YUV | 185.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 93 | 0.26 | 0 | 0.57 | 0.15 | 87.58 | 0.62 | 0.61 |
| Hex | A0 | D9 | 5D | 1A | 0 | 39 | F | 58 | 3E | 3D |
| Octal | 240 | 331 | 135 | 32 | 0 | 71 | 17 | 130 | 76 | 75 |
| Binary | 10100000 | 11011001 | 1011101 | 11010 | 0 | 111001 | 1111 | 1011000 | 111110 | 111101 |
Color Harmonies of #A0D95D
Complementary color
Monochromatic Colors of #A0D95D
Black with #A0D95D
Text Example
Text Example
White with #A0D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D95D; }
p { color: rgb(160,217,93); }
H1.HeaderClassName
{
color: #A0D95D;
}
.AnyTagClassName
{
color: #A0D95D;
}
</style>
background-color css
<style>
a { background-color: #A0D95D; }
a { background-color: rgb(160,217,93); }
div.DivClassName
{
background-color: #A0D95D;
}
.BgClassName
{
background-color: #A0D95D;
}
</style>
border-color css
<style>
span { border-color: #A0D95D; }
span { border-color: rgb(160,217,93); }
td.TdClassName
{
border-color: #A0D95D;
}
.TagClassName
{
border-color: #A0D95D;
}
</style>