Shades of Conifer #9CDF5C
Tints of Conifer #9CDF5C
RGB
CMYK
RGB Variations
Color information
#9CDF5C (or 0x9CDF5C) is known color: Conifer. HEX triplet: 9C, DF and 5C. RGB value is (156,223,92). Sum of RGB (Red+Green+Blue) = 156+223+92=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF5C is #6320A3. Grayscale: #BCBCBC. Windows color (decimal): -6496420 or 6086556. OLE color: 6086556.
HSL color Cylindrical-coordinate representation of color #9CDF5C: hue angle of 90.69º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CDF5C is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 92 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.13 |
| HSL | 90.69º | 0.67% | 0.62% | - |
| HSV(B) | 90.69º | 0.59% | 0.87% | - |
| XYZ | 42.03 | 60.62 | 19.61 | - |
| YUV | 188.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 92 | 0.30 | 0 | 0.59 | 0.13 | 90.69 | 0.67 | 0.62 |
| Hex | 9C | DF | 5C | 1E | 0 | 3B | D | 5B | 43 | 3E |
| Octal | 234 | 337 | 134 | 36 | 0 | 73 | 15 | 133 | 103 | 76 |
| Binary | 10011100 | 11011111 | 1011100 | 11110 | 0 | 111011 | 1101 | 1011011 | 1000011 | 111110 |
Color Harmonies of #9CDF5C
Complementary color
Monochromatic Colors of #9CDF5C
Black with #9CDF5C
Text Example
Text Example
White with #9CDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF5C; }
p { color: rgb(156,223,92); }
H1.HeaderClassName
{
color: #9CDF5C;
}
.AnyTagClassName
{
color: #9CDF5C;
}
</style>
background-color css
<style>
a { background-color: #9CDF5C; }
a { background-color: rgb(156,223,92); }
div.DivClassName
{
background-color: #9CDF5C;
}
.BgClassName
{
background-color: #9CDF5C;
}
</style>
border-color css
<style>
span { border-color: #9CDF5C; }
span { border-color: rgb(156,223,92); }
td.TdClassName
{
border-color: #9CDF5C;
}
.TagClassName
{
border-color: #9CDF5C;
}
</style>