Shades of Conifer #9AD356
Tints of Conifer #9AD356
RGB
CMYK
RGB Variations
Color information
#9AD356 (or 0x9AD356) is known color: Conifer. HEX triplet: 9A, D3 and 56. RGB value is (154,211,86). Sum of RGB (Red+Green+Blue) = 154+211+86=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD356 is #652CA9. Grayscale: #B4B4B4. Windows color (decimal): -6630570 or 5690266. OLE color: 5690266.
HSL color Cylindrical-coordinate representation of color #9AD356: hue angle of 87.36º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AD356 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 86 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.17 |
| HSL | 87.36º | 0.59% | 0.58% | - |
| HSV(B) | 87.36º | 0.59% | 0.83% | - |
| XYZ | 38.3 | 54.13 | 17.23 | - |
| YUV | 179.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 86 | 0.27 | 0 | 0.59 | 0.17 | 87.36 | 0.59 | 0.58 |
| Hex | 9A | D3 | 56 | 1B | 0 | 3B | 11 | 57 | 3B | 3A |
| Octal | 232 | 323 | 126 | 33 | 0 | 73 | 21 | 127 | 73 | 72 |
| Binary | 10011010 | 11010011 | 1010110 | 11011 | 0 | 111011 | 10001 | 1010111 | 111011 | 111010 |
Color Harmonies of #9AD356
Complementary color
Monochromatic Colors of #9AD356
Black with #9AD356
Text Example
Text Example
White with #9AD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD356; }
p { color: rgb(154,211,86); }
H1.HeaderClassName
{
color: #9AD356;
}
.AnyTagClassName
{
color: #9AD356;
}
</style>
background-color css
<style>
a { background-color: #9AD356; }
a { background-color: rgb(154,211,86); }
div.DivClassName
{
background-color: #9AD356;
}
.BgClassName
{
background-color: #9AD356;
}
</style>
border-color css
<style>
span { border-color: #9AD356; }
span { border-color: rgb(154,211,86); }
td.TdClassName
{
border-color: #9AD356;
}
.TagClassName
{
border-color: #9AD356;
}
</style>