Shades of Conifer #A9D750
Tints of Conifer #A9D750
RGB
CMYK
RGB Variations
Color information
#A9D750 (or 0xA9D750) is known color: Conifer. HEX triplet: A9, D7 and 50. RGB value is (169,215,80). Sum of RGB (Red+Green+Blue) = 169+215+80=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D750 is #5628AF. Grayscale: #BABABA. Windows color (decimal): -5646512 or 5298089. OLE color: 5298089.
HSL color Cylindrical-coordinate representation of color #A9D750: hue angle of 80.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9D750 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 80 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.16 |
| HSL | 80.44º | 0.63% | 0.58% | - |
| HSV(B) | 80.44º | 0.63% | 0.84% | - |
| XYZ | 42.11 | 57.62 | 16.49 | - |
| YUV | 185.86 | 68.26 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 80 | 0.21 | 0 | 0.63 | 0.16 | 80.44 | 0.63 | 0.58 |
| Hex | A9 | D7 | 50 | 15 | 0 | 3F | 10 | 50 | 3F | 3A |
| Octal | 251 | 327 | 120 | 25 | 0 | 77 | 20 | 120 | 77 | 72 |
| Binary | 10101001 | 11010111 | 1010000 | 10101 | 0 | 111111 | 10000 | 1010000 | 111111 | 111010 |
Color Harmonies of #A9D750
Complementary color
Monochromatic Colors of #A9D750
Black with #A9D750
Text Example
Text Example
White with #A9D750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D750; }
p { color: rgb(169,215,80); }
H1.HeaderClassName
{
color: #A9D750;
}
.AnyTagClassName
{
color: #A9D750;
}
</style>
background-color css
<style>
a { background-color: #A9D750; }
a { background-color: rgb(169,215,80); }
div.DivClassName
{
background-color: #A9D750;
}
.BgClassName
{
background-color: #A9D750;
}
</style>
border-color css
<style>
span { border-color: #A9D750; }
span { border-color: rgb(169,215,80); }
td.TdClassName
{
border-color: #A9D750;
}
.TagClassName
{
border-color: #A9D750;
}
</style>