Shades of Conifer #9CE14D
Tints of Conifer #9CE14D
RGB
CMYK
RGB Variations
Color information
#9CE14D (or 0x9CE14D) is known color: Conifer. HEX triplet: 9C, E1 and 4D. RGB value is (156,225,77). Sum of RGB (Red+Green+Blue) = 156+225+77=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE14D is #631EB2. Grayscale: #BCBCBC. Windows color (decimal): -6495923 or 5104028. OLE color: 5104028.
HSL color Cylindrical-coordinate representation of color #9CE14D: hue angle of 87.97º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CE14D is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 225 | 77 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.12 |
| HSL | 87.97º | 0.71% | 0.59% | - |
| HSV(B) | 87.97º | 0.66% | 0.88% | - |
| XYZ | 41.98 | 61.45 | 16.67 | - |
| YUV | 187.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 225 | 77 | 0.31 | 0 | 0.66 | 0.12 | 87.97 | 0.71 | 0.59 |
| Hex | 9C | E1 | 4D | 1F | 0 | 42 | C | 58 | 47 | 3B |
| Octal | 234 | 341 | 115 | 37 | 0 | 102 | 14 | 130 | 107 | 73 |
| Binary | 10011100 | 11100001 | 1001101 | 11111 | 0 | 1000010 | 1100 | 1011000 | 1000111 | 111011 |
Color Harmonies of #9CE14D
Complementary color
Monochromatic Colors of #9CE14D
Black with #9CE14D
Text Example
Text Example
White with #9CE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE14D; }
p { color: rgb(156,225,77); }
H1.HeaderClassName
{
color: #9CE14D;
}
.AnyTagClassName
{
color: #9CE14D;
}
</style>
background-color css
<style>
a { background-color: #9CE14D; }
a { background-color: rgb(156,225,77); }
div.DivClassName
{
background-color: #9CE14D;
}
.BgClassName
{
background-color: #9CE14D;
}
</style>
border-color css
<style>
span { border-color: #9CE14D; }
span { border-color: rgb(156,225,77); }
td.TdClassName
{
border-color: #9CE14D;
}
.TagClassName
{
border-color: #9CE14D;
}
</style>