Shades of Conifer #A9CA5B
Tints of Conifer #A9CA5B
RGB
CMYK
RGB Variations
Color information
#A9CA5B (or 0xA9CA5B) is known color: Conifer. HEX triplet: A9, CA and 5B. RGB value is (169,202,91). Sum of RGB (Red+Green+Blue) = 169+202+91=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA5B is #5635A4. Grayscale: #B3B3B3. Windows color (decimal): -5649829 or 6015657. OLE color: 6015657.
HSL color Cylindrical-coordinate representation of color #A9CA5B: hue angle of 77.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9CA5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 91 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.21 |
| HSL | 77.84º | 0.51% | 0.57% | - |
| HSV(B) | 77.84º | 0.55% | 0.79% | - |
| XYZ | 39.37 | 51.43 | 17.75 | - |
| YUV | 179.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 91 | 0.16 | 0 | 0.55 | 0.21 | 77.84 | 0.51 | 0.57 |
| Hex | A9 | CA | 5B | 10 | 0 | 37 | 15 | 4E | 33 | 39 |
| Octal | 251 | 312 | 133 | 20 | 0 | 67 | 25 | 116 | 63 | 71 |
| Binary | 10101001 | 11001010 | 1011011 | 10000 | 0 | 110111 | 10101 | 1001110 | 110011 | 111001 |
Color Harmonies of #A9CA5B
Complementary color
Monochromatic Colors of #A9CA5B
Black with #A9CA5B
Text Example
Text Example
White with #A9CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA5B; }
p { color: rgb(169,202,91); }
H1.HeaderClassName
{
color: #A9CA5B;
}
.AnyTagClassName
{
color: #A9CA5B;
}
</style>
background-color css
<style>
a { background-color: #A9CA5B; }
a { background-color: rgb(169,202,91); }
div.DivClassName
{
background-color: #A9CA5B;
}
.BgClassName
{
background-color: #A9CA5B;
}
</style>
border-color css
<style>
span { border-color: #A9CA5B; }
span { border-color: rgb(169,202,91); }
td.TdClassName
{
border-color: #A9CA5B;
}
.TagClassName
{
border-color: #A9CA5B;
}
</style>