Shades of Conifer #A9CB4D
Tints of Conifer #A9CB4D
RGB
CMYK
RGB Variations
Color information
#A9CB4D (or 0xA9CB4D) is known color: Conifer. HEX triplet: A9, CB and 4D. RGB value is (169,203,77). Sum of RGB (Red+Green+Blue) = 169+203+77=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CB4D is #5634B2. Grayscale: #B2B2B2. Windows color (decimal): -5649587 or 5098409. OLE color: 5098409.
HSL color Cylindrical-coordinate representation of color #A9CB4D: hue angle of 76.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9CB4D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 77 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.20 |
| HSL | 76.19º | 0.55% | 0.55% | - |
| HSV(B) | 76.19º | 0.62% | 0.8% | - |
| XYZ | 39.06 | 51.68 | 14.94 | - |
| YUV | 178.47 | 70.74 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 77 | 0.17 | 0 | 0.62 | 0.20 | 76.19 | 0.55 | 0.55 |
| Hex | A9 | CB | 4D | 11 | 0 | 3E | 14 | 4C | 37 | 37 |
| Octal | 251 | 313 | 115 | 21 | 0 | 76 | 24 | 114 | 67 | 67 |
| Binary | 10101001 | 11001011 | 1001101 | 10001 | 0 | 111110 | 10100 | 1001100 | 110111 | 110111 |
Color Harmonies of #A9CB4D
Complementary color
Monochromatic Colors of #A9CB4D
Black with #A9CB4D
Text Example
Text Example
White with #A9CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB4D; }
p { color: rgb(169,203,77); }
H1.HeaderClassName
{
color: #A9CB4D;
}
.AnyTagClassName
{
color: #A9CB4D;
}
</style>
background-color css
<style>
a { background-color: #A9CB4D; }
a { background-color: rgb(169,203,77); }
div.DivClassName
{
background-color: #A9CB4D;
}
.BgClassName
{
background-color: #A9CB4D;
}
</style>
border-color css
<style>
span { border-color: #A9CB4D; }
span { border-color: rgb(169,203,77); }
td.TdClassName
{
border-color: #A9CB4D;
}
.TagClassName
{
border-color: #A9CB4D;
}
</style>