Shades of Conifer #A9DF65
Tints of Conifer #A9DF65
RGB
CMYK
RGB Variations
Color information
#A9DF65 (or 0xA9DF65) is known color: Conifer. HEX triplet: A9, DF and 65. RGB value is (169,223,101). Sum of RGB (Red+Green+Blue) = 169+223+101=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DF65 is #56209A. Grayscale: #C1C1C1. Windows color (decimal): -5644443 or 6676393. OLE color: 6676393.
HSL color Cylindrical-coordinate representation of color #A9DF65: hue angle of 86.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9DF65 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 101 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.13 |
| HSL | 86.56º | 0.66% | 0.64% | - |
| HSV(B) | 86.56º | 0.55% | 0.87% | - |
| XYZ | 45.1 | 62.15 | 21.93 | - |
| YUV | 192.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 101 | 0.24 | 0 | 0.55 | 0.13 | 86.56 | 0.66 | 0.64 |
| Hex | A9 | DF | 65 | 18 | 0 | 37 | D | 57 | 42 | 40 |
| Octal | 251 | 337 | 145 | 30 | 0 | 67 | 15 | 127 | 102 | 100 |
| Binary | 10101001 | 11011111 | 1100101 | 11000 | 0 | 110111 | 1101 | 1010111 | 1000010 | 1000000 |
Color Harmonies of #A9DF65
Complementary color
Monochromatic Colors of #A9DF65
Black with #A9DF65
Text Example
Text Example
White with #A9DF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF65; }
p { color: rgb(169,223,101); }
H1.HeaderClassName
{
color: #A9DF65;
}
.AnyTagClassName
{
color: #A9DF65;
}
</style>
background-color css
<style>
a { background-color: #A9DF65; }
a { background-color: rgb(169,223,101); }
div.DivClassName
{
background-color: #A9DF65;
}
.BgClassName
{
background-color: #A9DF65;
}
</style>
border-color css
<style>
span { border-color: #A9DF65; }
span { border-color: rgb(169,223,101); }
td.TdClassName
{
border-color: #A9DF65;
}
.TagClassName
{
border-color: #A9DF65;
}
</style>