Shades of Conifer #9FCD5D
Tints of Conifer #9FCD5D
RGB
CMYK
RGB Variations
Color information
#9FCD5D (or 0x9FCD5D) is known color: Conifer. HEX triplet: 9F, CD and 5D. RGB value is (159,205,93). Sum of RGB (Red+Green+Blue) = 159+205+93=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD5D is #6032A2. Grayscale: #B2B2B2. Windows color (decimal): -6304419 or 6147487. OLE color: 6147487.
HSL color Cylindrical-coordinate representation of color #9FCD5D: hue angle of 84.64º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCD5D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 93 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.20 |
| HSL | 84.64º | 0.53% | 0.58% | - |
| HSV(B) | 84.64º | 0.55% | 0.8% | - |
| XYZ | 38.11 | 51.82 | 18.35 | - |
| YUV | 178.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 93 | 0.22 | 0 | 0.55 | 0.20 | 84.64 | 0.53 | 0.58 |
| Hex | 9F | CD | 5D | 16 | 0 | 37 | 14 | 55 | 35 | 3A |
| Octal | 237 | 315 | 135 | 26 | 0 | 67 | 24 | 125 | 65 | 72 |
| Binary | 10011111 | 11001101 | 1011101 | 10110 | 0 | 110111 | 10100 | 1010101 | 110101 | 111010 |
Color Harmonies of #9FCD5D
Complementary color
Monochromatic Colors of #9FCD5D
Black with #9FCD5D
Text Example
Text Example
White with #9FCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD5D; }
p { color: rgb(159,205,93); }
H1.HeaderClassName
{
color: #9FCD5D;
}
.AnyTagClassName
{
color: #9FCD5D;
}
</style>
background-color css
<style>
a { background-color: #9FCD5D; }
a { background-color: rgb(159,205,93); }
div.DivClassName
{
background-color: #9FCD5D;
}
.BgClassName
{
background-color: #9FCD5D;
}
</style>
border-color css
<style>
span { border-color: #9FCD5D; }
span { border-color: rgb(159,205,93); }
td.TdClassName
{
border-color: #9FCD5D;
}
.TagClassName
{
border-color: #9FCD5D;
}
</style>