Shades of Conifer #9FCC5C
Tints of Conifer #9FCC5C
RGB
CMYK
RGB Variations
Color information
#9FCC5C (or 0x9FCC5C) is known color: Conifer. HEX triplet: 9F, CC and 5C. RGB value is (159,204,92). Sum of RGB (Red+Green+Blue) = 159+204+92=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC5C is #6033A3. Grayscale: #B2B2B2. Windows color (decimal): -6304676 or 6081695. OLE color: 6081695.
HSL color Cylindrical-coordinate representation of color #9FCC5C: hue angle of 84.11º degrees, saturation: 0.52, 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 #9FCC5C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 204 | 92 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.2 |
| HSL | 84.11º | 0.52% | 0.58% | - |
| HSV(B) | 84.11º | 0.55% | 0.8% | - |
| XYZ | 37.82 | 51.33 | 18.04 | - |
| YUV | 177.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 92 | 0.22 | 0 | 0.55 | 0.2 | 84.11 | 0.52 | 0.58 |
| Hex | 9F | CC | 5C | 16 | 0 | 37 | 14 | 54 | 34 | 3A |
| Octal | 237 | 314 | 134 | 26 | 0 | 67 | 24 | 124 | 64 | 72 |
| Binary | 10011111 | 11001100 | 1011100 | 10110 | 0 | 110111 | 10100 | 1010100 | 110100 | 111010 |
Color Harmonies of #9FCC5C
Complementary color
Monochromatic Colors of #9FCC5C
Black with #9FCC5C
Text Example
Text Example
White with #9FCC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCC5C; }
p { color: rgb(159,204,92); }
H1.HeaderClassName
{
color: #9FCC5C;
}
.AnyTagClassName
{
color: #9FCC5C;
}
</style>
background-color css
<style>
a { background-color: #9FCC5C; }
a { background-color: rgb(159,204,92); }
div.DivClassName
{
background-color: #9FCC5C;
}
.BgClassName
{
background-color: #9FCC5C;
}
</style>
border-color css
<style>
span { border-color: #9FCC5C; }
span { border-color: rgb(159,204,92); }
td.TdClassName
{
border-color: #9FCC5C;
}
.TagClassName
{
border-color: #9FCC5C;
}
</style>