Shades of Conifer #A0D950
Tints of Conifer #A0D950
RGB
CMYK
RGB Variations
Color information
#A0D950 (or 0xA0D950) is known color: Conifer. HEX triplet: A0, D9 and 50. RGB value is (160,217,80). Sum of RGB (Red+Green+Blue) = 160+217+80=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D950 is #5F26AF. Grayscale: #B8B8B8. Windows color (decimal): -6235824 or 5298592. OLE color: 5298592.
HSL color Cylindrical-coordinate representation of color #A0D950: hue angle of 84.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0D950 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 80 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.15 |
| HSL | 84.96º | 0.64% | 0.58% | - |
| HSV(B) | 84.96º | 0.63% | 0.85% | - |
| XYZ | 40.76 | 57.68 | 16.57 | - |
| YUV | 184.34 | 69.12 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 80 | 0.26 | 0 | 0.63 | 0.15 | 84.96 | 0.64 | 0.58 |
| Hex | A0 | D9 | 50 | 1A | 0 | 3F | F | 55 | 40 | 3A |
| Octal | 240 | 331 | 120 | 32 | 0 | 77 | 17 | 125 | 100 | 72 |
| Binary | 10100000 | 11011001 | 1010000 | 11010 | 0 | 111111 | 1111 | 1010101 | 1000000 | 111010 |
Color Harmonies of #A0D950
Complementary color
Monochromatic Colors of #A0D950
Black with #A0D950
Text Example
Text Example
White with #A0D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D950; }
p { color: rgb(160,217,80); }
H1.HeaderClassName
{
color: #A0D950;
}
.AnyTagClassName
{
color: #A0D950;
}
</style>
background-color css
<style>
a { background-color: #A0D950; }
a { background-color: rgb(160,217,80); }
div.DivClassName
{
background-color: #A0D950;
}
.BgClassName
{
background-color: #A0D950;
}
</style>
border-color css
<style>
span { border-color: #A0D950; }
span { border-color: rgb(160,217,80); }
td.TdClassName
{
border-color: #A0D950;
}
.TagClassName
{
border-color: #A0D950;
}
</style>