Shades of Conifer #A9D762
Tints of Conifer #A9D762
RGB
CMYK
RGB Variations
Color information
#A9D762 (or 0xA9D762) is known color: Conifer. HEX triplet: A9, D7 and 62. RGB value is (169,215,98). Sum of RGB (Red+Green+Blue) = 169+215+98=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9D762 is #56289D. Grayscale: #BCBCBC. Windows color (decimal): -5646494 or 6477737. OLE color: 6477737.
HSL color Cylindrical-coordinate representation of color #A9D762: hue angle of 83.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9D762 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 98 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.16 |
| HSL | 83.59º | 0.59% | 0.61% | - |
| HSV(B) | 83.59º | 0.54% | 0.84% | - |
| XYZ | 42.87 | 57.92 | 20.48 | - |
| YUV | 187.91 | 77.26 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 98 | 0.21 | 0 | 0.54 | 0.16 | 83.59 | 0.59 | 0.61 |
| Hex | A9 | D7 | 62 | 15 | 0 | 36 | 10 | 54 | 3B | 3D |
| Octal | 251 | 327 | 142 | 25 | 0 | 66 | 20 | 124 | 73 | 75 |
| Binary | 10101001 | 11010111 | 1100010 | 10101 | 0 | 110110 | 10000 | 1010100 | 111011 | 111101 |
Color Harmonies of #A9D762
Complementary color
Monochromatic Colors of #A9D762
Black with #A9D762
Text Example
Text Example
White with #A9D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D762; }
p { color: rgb(169,215,98); }
H1.HeaderClassName
{
color: #A9D762;
}
.AnyTagClassName
{
color: #A9D762;
}
</style>
background-color css
<style>
a { background-color: #A9D762; }
a { background-color: rgb(169,215,98); }
div.DivClassName
{
background-color: #A9D762;
}
.BgClassName
{
background-color: #A9D762;
}
</style>
border-color css
<style>
span { border-color: #A9D762; }
span { border-color: rgb(169,215,98); }
td.TdClassName
{
border-color: #A9D762;
}
.TagClassName
{
border-color: #A9D762;
}
</style>