Shades of Conifer #A9CA61
Tints of Conifer #A9CA61
RGB
CMYK
RGB Variations
Color information
#A9CA61 (or 0xA9CA61) is known color: Conifer. HEX triplet: A9, CA and 61. RGB value is (169,202,97). Sum of RGB (Red+Green+Blue) = 169+202+97=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA61 is #56359E. Grayscale: #B4B4B4. Windows color (decimal): -5649823 or 6408873. OLE color: 6408873.
HSL color Cylindrical-coordinate representation of color #A9CA61: hue angle of 78.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9CA61 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 97 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.21 |
| HSL | 78.86º | 0.5% | 0.59% | - |
| HSV(B) | 78.86º | 0.52% | 0.79% | - |
| XYZ | 39.64 | 51.54 | 19.17 | - |
| YUV | 180.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 97 | 0.16 | 0 | 0.52 | 0.21 | 78.86 | 0.5 | 0.59 |
| Hex | A9 | CA | 61 | 10 | 0 | 34 | 15 | 4F | 32 | 3B |
| Octal | 251 | 312 | 141 | 20 | 0 | 64 | 25 | 117 | 62 | 73 |
| Binary | 10101001 | 11001010 | 1100001 | 10000 | 0 | 110100 | 10101 | 1001111 | 110010 | 111011 |
Color Harmonies of #A9CA61
Complementary color
Monochromatic Colors of #A9CA61
Black with #A9CA61
Text Example
Text Example
White with #A9CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA61; }
p { color: rgb(169,202,97); }
H1.HeaderClassName
{
color: #A9CA61;
}
.AnyTagClassName
{
color: #A9CA61;
}
</style>
background-color css
<style>
a { background-color: #A9CA61; }
a { background-color: rgb(169,202,97); }
div.DivClassName
{
background-color: #A9CA61;
}
.BgClassName
{
background-color: #A9CA61;
}
</style>
border-color css
<style>
span { border-color: #A9CA61; }
span { border-color: rgb(169,202,97); }
td.TdClassName
{
border-color: #A9CA61;
}
.TagClassName
{
border-color: #A9CA61;
}
</style>