Shades of Conifer #9CE05C
Tints of Conifer #9CE05C
RGB
CMYK
RGB Variations
Color information
#9CE05C (or 0x9CE05C) is known color: Conifer. HEX triplet: 9C, E0 and 5C. RGB value is (156,224,92). Sum of RGB (Red+Green+Blue) = 156+224+92=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE05C is #631FA3. Grayscale: #BDBDBD. Windows color (decimal): -6496164 or 6086812. OLE color: 6086812.
HSL color Cylindrical-coordinate representation of color #9CE05C: hue angle of 90.91º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CE05C is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 92 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.12 |
| HSL | 90.91º | 0.68% | 0.62% | - |
| HSV(B) | 90.91º | 0.59% | 0.88% | - |
| XYZ | 42.3 | 61.15 | 19.7 | - |
| YUV | 188.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 92 | 0.30 | 0 | 0.59 | 0.12 | 90.91 | 0.68 | 0.62 |
| Hex | 9C | E0 | 5C | 1E | 0 | 3B | C | 5B | 44 | 3E |
| Octal | 234 | 340 | 134 | 36 | 0 | 73 | 14 | 133 | 104 | 76 |
| Binary | 10011100 | 11100000 | 1011100 | 11110 | 0 | 111011 | 1100 | 1011011 | 1000100 | 111110 |
Color Harmonies of #9CE05C
Complementary color
Monochromatic Colors of #9CE05C
Black with #9CE05C
Text Example
Text Example
White with #9CE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE05C; }
p { color: rgb(156,224,92); }
H1.HeaderClassName
{
color: #9CE05C;
}
.AnyTagClassName
{
color: #9CE05C;
}
</style>
background-color css
<style>
a { background-color: #9CE05C; }
a { background-color: rgb(156,224,92); }
div.DivClassName
{
background-color: #9CE05C;
}
.BgClassName
{
background-color: #9CE05C;
}
</style>
border-color css
<style>
span { border-color: #9CE05C; }
span { border-color: rgb(156,224,92); }
td.TdClassName
{
border-color: #9CE05C;
}
.TagClassName
{
border-color: #9CE05C;
}
</style>