Shades of Conifer #A9D150
Tints of Conifer #A9D150
RGB
CMYK
RGB Variations
Color information
#A9D150 (or 0xA9D150) is known color: Conifer. HEX triplet: A9, D1 and 50. RGB value is (169,209,80). Sum of RGB (Red+Green+Blue) = 169+209+80=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D150 is #562EAF. Grayscale: #B6B6B6. Windows color (decimal): -5648048 or 5296553. OLE color: 5296553.
HSL color Cylindrical-coordinate representation of color #A9D150: hue angle of 78.6º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9D150 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 209 | 80 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.18 |
| HSL | 78.6º | 0.58% | 0.57% | - |
| HSV(B) | 78.6º | 0.62% | 0.82% | - |
| XYZ | 40.61 | 54.62 | 15.99 | - |
| YUV | 182.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 209 | 80 | 0.19 | 0 | 0.62 | 0.18 | 78.6 | 0.58 | 0.57 |
| Hex | A9 | D1 | 50 | 13 | 0 | 3E | 12 | 4F | 3A | 39 |
| Octal | 251 | 321 | 120 | 23 | 0 | 76 | 22 | 117 | 72 | 71 |
| Binary | 10101001 | 11010001 | 1010000 | 10011 | 0 | 111110 | 10010 | 1001111 | 111010 | 111001 |
Color Harmonies of #A9D150
Complementary color
Monochromatic Colors of #A9D150
Black with #A9D150
Text Example
Text Example
White with #A9D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D150; }
p { color: rgb(169,209,80); }
H1.HeaderClassName
{
color: #A9D150;
}
.AnyTagClassName
{
color: #A9D150;
}
</style>
background-color css
<style>
a { background-color: #A9D150; }
a { background-color: rgb(169,209,80); }
div.DivClassName
{
background-color: #A9D150;
}
.BgClassName
{
background-color: #A9D150;
}
</style>
border-color css
<style>
span { border-color: #A9D150; }
span { border-color: rgb(169,209,80); }
td.TdClassName
{
border-color: #A9D150;
}
.TagClassName
{
border-color: #A9D150;
}
</style>