Shades of Conifer #A9D765
Tints of Conifer #A9D765
RGB
CMYK
RGB Variations
Color information
#A9D765 (or 0xA9D765) is known color: Conifer. HEX triplet: A9, D7 and 65. RGB value is (169,215,101). Sum of RGB (Red+Green+Blue) = 169+215+101=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D765 is #56289A. Grayscale: #BCBCBC. Windows color (decimal): -5646491 or 6674345. OLE color: 6674345.
HSL color Cylindrical-coordinate representation of color #A9D765: hue angle of 84.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9D765 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 101 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.16 |
| HSL | 84.21º | 0.59% | 0.62% | - |
| HSV(B) | 84.21º | 0.53% | 0.84% | - |
| XYZ | 43.01 | 57.98 | 21.24 | - |
| YUV | 188.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 101 | 0.21 | 0 | 0.53 | 0.16 | 84.21 | 0.59 | 0.62 |
| Hex | A9 | D7 | 65 | 15 | 0 | 35 | 10 | 54 | 3B | 3E |
| Octal | 251 | 327 | 145 | 25 | 0 | 65 | 20 | 124 | 73 | 76 |
| Binary | 10101001 | 11010111 | 1100101 | 10101 | 0 | 110101 | 10000 | 1010100 | 111011 | 111110 |
Color Harmonies of #A9D765
Complementary color
Monochromatic Colors of #A9D765
Black with #A9D765
Text Example
Text Example
White with #A9D765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D765; }
p { color: rgb(169,215,101); }
H1.HeaderClassName
{
color: #A9D765;
}
.AnyTagClassName
{
color: #A9D765;
}
</style>
background-color css
<style>
a { background-color: #A9D765; }
a { background-color: rgb(169,215,101); }
div.DivClassName
{
background-color: #A9D765;
}
.BgClassName
{
background-color: #A9D765;
}
</style>
border-color css
<style>
span { border-color: #A9D765; }
span { border-color: rgb(169,215,101); }
td.TdClassName
{
border-color: #A9D765;
}
.TagClassName
{
border-color: #A9D765;
}
</style>