Shades of Conifer #9FCD5E
Tints of Conifer #9FCD5E
RGB
CMYK
RGB Variations
Color information
#9FCD5E (or 0x9FCD5E) is known color: Conifer. HEX triplet: 9F, CD and 5E. RGB value is (159,205,94). Sum of RGB (Red+Green+Blue) = 159+205+94=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD5E is #6032A1. Grayscale: #B2B2B2. Windows color (decimal): -6304418 or 6213023. OLE color: 6213023.
HSL color Cylindrical-coordinate representation of color #9FCD5E: hue angle of 84.86º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FCD5E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
RGB | 159 | 205 | 94 | - |
CMYK | 0.22 | 0 | 0.54 | 0.20 |
HSL | 84.86º | 0.53% | 0.59% | - |
HSV(B) | 84.86º | 0.54% | 0.8% | - |
XYZ | 38.15 | 51.84 | 18.59 | - |
YUV | 178.59 | 80.26 | 114.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 205 | 94 | 0.22 | 0 | 0.54 | 0.20 | 84.86 | 0.53 | 0.59 |
Hex | 9F | CD | 5E | 16 | 0 | 36 | 14 | 55 | 35 | 3B |
Octal | 237 | 315 | 136 | 26 | 0 | 66 | 24 | 125 | 65 | 73 |
Binary | 10011111 | 11001101 | 1011110 | 10110 | 0 | 110110 | 10100 | 1010101 | 110101 | 111011 |
Color Harmonies of #9FCD5E
Complementary color
Monochromatic Colors of #9FCD5E
Black with #9FCD5E
Text Example
Text Example
White with #9FCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD5E; }
p { color: rgb(159,205,94); }
H1.HeaderClassName
{
color: #9FCD5E;
}
.AnyTagClassName
{
color: #9FCD5E;
}
</style>
background-color css
<style>
a { background-color: #9FCD5E; }
a { background-color: rgb(159,205,94); }
div.DivClassName
{
background-color: #9FCD5E;
}
.BgClassName
{
background-color: #9FCD5E;
}
</style>
border-color css
<style>
span { border-color: #9FCD5E; }
span { border-color: rgb(159,205,94); }
td.TdClassName
{
border-color: #9FCD5E;
}
.TagClassName
{
border-color: #9FCD5E;
}
</style>