Shades of Conifer #A9C962
Tints of Conifer #A9C962
RGB
CMYK
RGB Variations
Color information
#A9C962 (or 0xA9C962) is known color: Conifer. HEX triplet: A9, C9 and 62. RGB value is (169,201,98). Sum of RGB (Red+Green+Blue) = 169+201+98=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C962 is #56369D. Grayscale: #B4B4B4. Windows color (decimal): -5650078 or 6474153. OLE color: 6474153.
HSL color Cylindrical-coordinate representation of color #A9C962: hue angle of 78.64º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9C962 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 98 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.21 |
| HSL | 78.64º | 0.49% | 0.59% | - |
| HSV(B) | 78.64º | 0.51% | 0.79% | - |
| XYZ | 39.45 | 51.09 | 19.34 | - |
| YUV | 179.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 98 | 0.16 | 0 | 0.51 | 0.21 | 78.64 | 0.49 | 0.59 |
| Hex | A9 | C9 | 62 | 10 | 0 | 33 | 15 | 4F | 31 | 3B |
| Octal | 251 | 311 | 142 | 20 | 0 | 63 | 25 | 117 | 61 | 73 |
| Binary | 10101001 | 11001001 | 1100010 | 10000 | 0 | 110011 | 10101 | 1001111 | 110001 | 111011 |
Color Harmonies of #A9C962
Complementary color
Monochromatic Colors of #A9C962
Black with #A9C962
Text Example
Text Example
White with #A9C962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C962; }
p { color: rgb(169,201,98); }
H1.HeaderClassName
{
color: #A9C962;
}
.AnyTagClassName
{
color: #A9C962;
}
</style>
background-color css
<style>
a { background-color: #A9C962; }
a { background-color: rgb(169,201,98); }
div.DivClassName
{
background-color: #A9C962;
}
.BgClassName
{
background-color: #A9C962;
}
</style>
border-color css
<style>
span { border-color: #A9C962; }
span { border-color: rgb(169,201,98); }
td.TdClassName
{
border-color: #A9C962;
}
.TagClassName
{
border-color: #A9C962;
}
</style>