Shades of Conifer #9CEA5C
Tints of Conifer #9CEA5C
RGB
CMYK
RGB Variations
Color information
#9CEA5C (or 0x9CEA5C) is known color: Conifer. HEX triplet: 9C, EA and 5C. RGB value is (156,234,92). Sum of RGB (Red+Green+Blue) = 156+234+92=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA5C is #6315A3. Grayscale: #C2C2C2. Windows color (decimal): -6493604 or 6089372. OLE color: 6089372.
HSL color Cylindrical-coordinate representation of color #9CEA5C: hue angle of 92.96º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CEA5C is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 92 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.08 |
| HSL | 92.96º | 0.77% | 0.64% | - |
| HSV(B) | 92.96º | 0.61% | 0.92% | - |
| XYZ | 45.06 | 66.69 | 20.62 | - |
| YUV | 194.49 | 70.16 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 92 | 0.33 | 0 | 0.61 | 0.08 | 92.96 | 0.77 | 0.64 |
| Hex | 9C | EA | 5C | 21 | 0 | 3D | 8 | 5D | 4D | 40 |
| Octal | 234 | 352 | 134 | 41 | 0 | 75 | 10 | 135 | 115 | 100 |
| Binary | 10011100 | 11101010 | 1011100 | 100001 | 0 | 111101 | 1000 | 1011101 | 1001101 | 1000000 |
Color Harmonies of #9CEA5C
Complementary color
Monochromatic Colors of #9CEA5C
Black with #9CEA5C
Text Example
Text Example
White with #9CEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA5C; }
p { color: rgb(156,234,92); }
H1.HeaderClassName
{
color: #9CEA5C;
}
.AnyTagClassName
{
color: #9CEA5C;
}
</style>
background-color css
<style>
a { background-color: #9CEA5C; }
a { background-color: rgb(156,234,92); }
div.DivClassName
{
background-color: #9CEA5C;
}
.BgClassName
{
background-color: #9CEA5C;
}
</style>
border-color css
<style>
span { border-color: #9CEA5C; }
span { border-color: rgb(156,234,92); }
td.TdClassName
{
border-color: #9CEA5C;
}
.TagClassName
{
border-color: #9CEA5C;
}
</style>