Shades of Conifer #A9CA51
Tints of Conifer #A9CA51
RGB
CMYK
RGB Variations
Color information
#A9CA51 (or 0xA9CA51) is known color: Conifer. HEX triplet: A9, CA and 51. RGB value is (169,202,81). Sum of RGB (Red+Green+Blue) = 169+202+81=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA51 is #5635AE. Grayscale: #B2B2B2. Windows color (decimal): -5649839 or 5360297. OLE color: 5360297.
HSL color Cylindrical-coordinate representation of color #A9CA51: hue angle of 76.36º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9CA51 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 81 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.21 |
| HSL | 76.36º | 0.53% | 0.55% | - |
| HSV(B) | 76.36º | 0.6% | 0.79% | - |
| XYZ | 38.97 | 51.27 | 15.63 | - |
| YUV | 178.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 81 | 0.16 | 0 | 0.60 | 0.21 | 76.36 | 0.53 | 0.55 |
| Hex | A9 | CA | 51 | 10 | 0 | 3C | 15 | 4C | 35 | 37 |
| Octal | 251 | 312 | 121 | 20 | 0 | 74 | 25 | 114 | 65 | 67 |
| Binary | 10101001 | 11001010 | 1010001 | 10000 | 0 | 111100 | 10101 | 1001100 | 110101 | 110111 |
Color Harmonies of #A9CA51
Complementary color
Monochromatic Colors of #A9CA51
Black with #A9CA51
Text Example
Text Example
White with #A9CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA51; }
p { color: rgb(169,202,81); }
H1.HeaderClassName
{
color: #A9CA51;
}
.AnyTagClassName
{
color: #A9CA51;
}
</style>
background-color css
<style>
a { background-color: #A9CA51; }
a { background-color: rgb(169,202,81); }
div.DivClassName
{
background-color: #A9CA51;
}
.BgClassName
{
background-color: #A9CA51;
}
</style>
border-color css
<style>
span { border-color: #A9CA51; }
span { border-color: rgb(169,202,81); }
td.TdClassName
{
border-color: #A9CA51;
}
.TagClassName
{
border-color: #A9CA51;
}
</style>