Shades of Conifer #9AD960
Tints of Conifer #9AD960
RGB
CMYK
RGB Variations
Color information
#9AD960 (or 0x9AD960) is known color: Conifer. HEX triplet: 9A, D9 and 60. RGB value is (154,217,96). Sum of RGB (Red+Green+Blue) = 154+217+96=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD960 is #65269F. Grayscale: #B8B8B8. Windows color (decimal): -6629024 or 6347162. OLE color: 6347162.
HSL color Cylindrical-coordinate representation of color #9AD960: hue angle of 91.24º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD960 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 217 | 96 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 91.24º | 0.61% | 0.61% | - |
| HSV(B) | 91.24º | 0.56% | 0.85% | - |
| XYZ | 40.25 | 57.34 | 20.01 | - |
| YUV | 184.37 | 78.13 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 217 | 96 | 0.29 | 0 | 0.56 | 0.15 | 91.24 | 0.61 | 0.61 |
| Hex | 9A | D9 | 60 | 1D | 0 | 38 | F | 5B | 3D | 3D |
| Octal | 232 | 331 | 140 | 35 | 0 | 70 | 17 | 133 | 75 | 75 |
| Binary | 10011010 | 11011001 | 1100000 | 11101 | 0 | 111000 | 1111 | 1011011 | 111101 | 111101 |
Color Harmonies of #9AD960
Complementary color
Monochromatic Colors of #9AD960
Black with #9AD960
Text Example
Text Example
White with #9AD960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD960; }
p { color: rgb(154,217,96); }
H1.HeaderClassName
{
color: #9AD960;
}
.AnyTagClassName
{
color: #9AD960;
}
</style>
background-color css
<style>
a { background-color: #9AD960; }
a { background-color: rgb(154,217,96); }
div.DivClassName
{
background-color: #9AD960;
}
.BgClassName
{
background-color: #9AD960;
}
</style>
border-color css
<style>
span { border-color: #9AD960; }
span { border-color: rgb(154,217,96); }
td.TdClassName
{
border-color: #9AD960;
}
.TagClassName
{
border-color: #9AD960;
}
</style>