Shades of Conifer #A9CD60
Tints of Conifer #A9CD60
RGB
CMYK
RGB Variations
Color information
#A9CD60 (or 0xA9CD60) is known color: Conifer. HEX triplet: A9, CD and 60. RGB value is (169,205,96). Sum of RGB (Red+Green+Blue) = 169+205+96=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CD60 is #56329F. Grayscale: #B6B6B6. Windows color (decimal): -5649056 or 6344105. OLE color: 6344105.
HSL color Cylindrical-coordinate representation of color #A9CD60: hue angle of 79.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9CD60 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 96 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.20 |
| HSL | 79.82º | 0.52% | 0.59% | - |
| HSV(B) | 79.82º | 0.53% | 0.8% | - |
| XYZ | 40.3 | 52.94 | 19.16 | - |
| YUV | 181.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 96 | 0.18 | 0 | 0.53 | 0.20 | 79.82 | 0.52 | 0.59 |
| Hex | A9 | CD | 60 | 12 | 0 | 35 | 14 | 50 | 34 | 3B |
| Octal | 251 | 315 | 140 | 22 | 0 | 65 | 24 | 120 | 64 | 73 |
| Binary | 10101001 | 11001101 | 1100000 | 10010 | 0 | 110101 | 10100 | 1010000 | 110100 | 111011 |
Color Harmonies of #A9CD60
Complementary color
Monochromatic Colors of #A9CD60
Black with #A9CD60
Text Example
Text Example
White with #A9CD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CD60; }
p { color: rgb(169,205,96); }
H1.HeaderClassName
{
color: #A9CD60;
}
.AnyTagClassName
{
color: #A9CD60;
}
</style>
background-color css
<style>
a { background-color: #A9CD60; }
a { background-color: rgb(169,205,96); }
div.DivClassName
{
background-color: #A9CD60;
}
.BgClassName
{
background-color: #A9CD60;
}
</style>
border-color css
<style>
span { border-color: #A9CD60; }
span { border-color: rgb(169,205,96); }
td.TdClassName
{
border-color: #A9CD60;
}
.TagClassName
{
border-color: #A9CD60;
}
</style>