Shades of Conifer #9AD860
Tints of Conifer #9AD860
RGB
CMYK
RGB Variations
Color information
#9AD860 (or 0x9AD860) is known color: Conifer. HEX triplet: 9A, D8 and 60. RGB value is (154,216,96). Sum of RGB (Red+Green+Blue) = 154+216+96=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD860 is #65279F. Grayscale: #B8B8B8. Windows color (decimal): -6629280 or 6346906. OLE color: 6346906.
HSL color Cylindrical-coordinate representation of color #9AD860: hue angle of 91º 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 #9AD860 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 96 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 91º | 0.61% | 0.61% | - |
| HSV(B) | 91º | 0.56% | 0.85% | - |
| XYZ | 39.99 | 56.83 | 19.93 | - |
| YUV | 183.78 | 78.46 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 96 | 0.29 | 0 | 0.56 | 0.15 | 91 | 0.61 | 0.61 |
| Hex | 9A | D8 | 60 | 1D | 0 | 38 | F | 5B | 3D | 3D |
| Octal | 232 | 330 | 140 | 35 | 0 | 70 | 17 | 133 | 75 | 75 |
| Binary | 10011010 | 11011000 | 1100000 | 11101 | 0 | 111000 | 1111 | 1011011 | 111101 | 111101 |
Color Harmonies of #9AD860
Complementary color
Monochromatic Colors of #9AD860
Black with #9AD860
Text Example
Text Example
White with #9AD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD860; }
p { color: rgb(154,216,96); }
H1.HeaderClassName
{
color: #9AD860;
}
.AnyTagClassName
{
color: #9AD860;
}
</style>
background-color css
<style>
a { background-color: #9AD860; }
a { background-color: rgb(154,216,96); }
div.DivClassName
{
background-color: #9AD860;
}
.BgClassName
{
background-color: #9AD860;
}
</style>
border-color css
<style>
span { border-color: #9AD860; }
span { border-color: rgb(154,216,96); }
td.TdClassName
{
border-color: #9AD860;
}
.TagClassName
{
border-color: #9AD860;
}
</style>