Shades of Conifer #A9D950
Tints of Conifer #A9D950
RGB
CMYK
RGB Variations
Color information
#A9D950 (or 0xA9D950) is known color: Conifer. HEX triplet: A9, D9 and 50. RGB value is (169,217,80). Sum of RGB (Red+Green+Blue) = 169+217+80=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D950 is #5626AF. Grayscale: #BBBBBB. Windows color (decimal): -5646000 or 5298601. OLE color: 5298601.
HSL color Cylindrical-coordinate representation of color #A9D950: hue angle of 81.02º 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 #A9D950 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 80 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.15 |
| HSL | 81.02º | 0.64% | 0.58% | - |
| HSV(B) | 81.02º | 0.63% | 0.85% | - |
| XYZ | 42.62 | 58.64 | 16.66 | - |
| YUV | 187.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 80 | 0.22 | 0 | 0.63 | 0.15 | 81.02 | 0.64 | 0.58 |
| Hex | A9 | D9 | 50 | 16 | 0 | 3F | F | 51 | 40 | 3A |
| Octal | 251 | 331 | 120 | 26 | 0 | 77 | 17 | 121 | 100 | 72 |
| Binary | 10101001 | 11011001 | 1010000 | 10110 | 0 | 111111 | 1111 | 1010001 | 1000000 | 111010 |
Color Harmonies of #A9D950
Complementary color
Monochromatic Colors of #A9D950
Black with #A9D950
Text Example
Text Example
White with #A9D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D950; }
p { color: rgb(169,217,80); }
H1.HeaderClassName
{
color: #A9D950;
}
.AnyTagClassName
{
color: #A9D950;
}
</style>
background-color css
<style>
a { background-color: #A9D950; }
a { background-color: rgb(169,217,80); }
div.DivClassName
{
background-color: #A9D950;
}
.BgClassName
{
background-color: #A9D950;
}
</style>
border-color css
<style>
span { border-color: #A9D950; }
span { border-color: rgb(169,217,80); }
td.TdClassName
{
border-color: #A9D950;
}
.TagClassName
{
border-color: #A9D950;
}
</style>