Shades of Conifer #9AD963
Tints of Conifer #9AD963
RGB
CMYK
RGB Variations
Color information
#9AD963 (or 0x9AD963) is known color: Conifer. HEX triplet: 9A, D9 and 63. RGB value is (154,217,99). Sum of RGB (Red+Green+Blue) = 154+217+99=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD963 is #65269C. Grayscale: #B9B9B9. Windows color (decimal): -6629021 or 6543770. OLE color: 6543770.
HSL color Cylindrical-coordinate representation of color #9AD963: hue angle of 92.03º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AD963 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 99 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.15 |
| HSL | 92.03º | 0.61% | 0.62% | - |
| HSV(B) | 92.03º | 0.54% | 0.85% | - |
| XYZ | 40.39 | 57.4 | 20.75 | - |
| YUV | 184.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 99 | 0.29 | 0 | 0.54 | 0.15 | 92.03 | 0.61 | 0.62 |
| Hex | 9A | D9 | 63 | 1D | 0 | 36 | F | 5C | 3D | 3E |
| Octal | 232 | 331 | 143 | 35 | 0 | 66 | 17 | 134 | 75 | 76 |
| Binary | 10011010 | 11011001 | 1100011 | 11101 | 0 | 110110 | 1111 | 1011100 | 111101 | 111110 |
Color Harmonies of #9AD963
Complementary color
Monochromatic Colors of #9AD963
Black with #9AD963
Text Example
Text Example
White with #9AD963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD963; }
p { color: rgb(154,217,99); }
H1.HeaderClassName
{
color: #9AD963;
}
.AnyTagClassName
{
color: #9AD963;
}
</style>
background-color css
<style>
a { background-color: #9AD963; }
a { background-color: rgb(154,217,99); }
div.DivClassName
{
background-color: #9AD963;
}
.BgClassName
{
background-color: #9AD963;
}
</style>
border-color css
<style>
span { border-color: #9AD963; }
span { border-color: rgb(154,217,99); }
td.TdClassName
{
border-color: #9AD963;
}
.TagClassName
{
border-color: #9AD963;
}
</style>