Shades of Conifer #A9DC6B
Tints of Conifer #A9DC6B
RGB
CMYK
RGB Variations
Color information
#A9DC6B (or 0xA9DC6B) is known color: Conifer. HEX triplet: A9, DC and 6B. RGB value is (169,220,107). Sum of RGB (Red+Green+Blue) = 169+220+107=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC6B is #562394. Grayscale: #C0C0C0. Windows color (decimal): -5645205 or 7068841. OLE color: 7068841.
HSL color Cylindrical-coordinate representation of color #A9DC6B: hue angle of 87.08º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A9DC6B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 107 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.14 |
| HSL | 87.08º | 0.62% | 0.64% | - |
| HSV(B) | 87.08º | 0.51% | 0.86% | - |
| XYZ | 44.61 | 60.68 | 23.27 | - |
| YUV | 191.87 | 80.1 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 107 | 0.23 | 0 | 0.51 | 0.14 | 87.08 | 0.62 | 0.64 |
| Hex | A9 | DC | 6B | 17 | 0 | 33 | E | 57 | 3E | 40 |
| Octal | 251 | 334 | 153 | 27 | 0 | 63 | 16 | 127 | 76 | 100 |
| Binary | 10101001 | 11011100 | 1101011 | 10111 | 0 | 110011 | 1110 | 1010111 | 111110 | 1000000 |
Color Harmonies of #A9DC6B
Complementary color
Monochromatic Colors of #A9DC6B
Black with #A9DC6B
Text Example
Text Example
White with #A9DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC6B; }
p { color: rgb(169,220,107); }
H1.HeaderClassName
{
color: #A9DC6B;
}
.AnyTagClassName
{
color: #A9DC6B;
}
</style>
background-color css
<style>
a { background-color: #A9DC6B; }
a { background-color: rgb(169,220,107); }
div.DivClassName
{
background-color: #A9DC6B;
}
.BgClassName
{
background-color: #A9DC6B;
}
</style>
border-color css
<style>
span { border-color: #A9DC6B; }
span { border-color: rgb(169,220,107); }
td.TdClassName
{
border-color: #A9DC6B;
}
.TagClassName
{
border-color: #A9DC6B;
}
</style>