Shades of Conifer #9CE064
Tints of Conifer #9CE064
RGB
CMYK
RGB Variations
Color information
#9CE064 (or 0x9CE064) is known color: Conifer. HEX triplet: 9C, E0 and 64. RGB value is (156,224,100). Sum of RGB (Red+Green+Blue) = 156+224+100=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE064 is #631F9B. Grayscale: #BDBDBD. Windows color (decimal): -6496156 or 6611100. OLE color: 6611100.
HSL color Cylindrical-coordinate representation of color #9CE064: hue angle of 92.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CE064 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 100 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.12 |
| HSL | 92.9º | 0.67% | 0.64% | - |
| HSV(B) | 92.9º | 0.55% | 0.88% | - |
| XYZ | 42.67 | 61.3 | 21.64 | - |
| YUV | 189.53 | 77.47 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 100 | 0.30 | 0 | 0.55 | 0.12 | 92.9 | 0.67 | 0.64 |
| Hex | 9C | E0 | 64 | 1E | 0 | 37 | C | 5D | 43 | 40 |
| Octal | 234 | 340 | 144 | 36 | 0 | 67 | 14 | 135 | 103 | 100 |
| Binary | 10011100 | 11100000 | 1100100 | 11110 | 0 | 110111 | 1100 | 1011101 | 1000011 | 1000000 |
Color Harmonies of #9CE064
Complementary color
Monochromatic Colors of #9CE064
Black with #9CE064
Text Example
Text Example
White with #9CE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE064; }
p { color: rgb(156,224,100); }
H1.HeaderClassName
{
color: #9CE064;
}
.AnyTagClassName
{
color: #9CE064;
}
</style>
background-color css
<style>
a { background-color: #9CE064; }
a { background-color: rgb(156,224,100); }
div.DivClassName
{
background-color: #9CE064;
}
.BgClassName
{
background-color: #9CE064;
}
</style>
border-color css
<style>
span { border-color: #9CE064; }
span { border-color: rgb(156,224,100); }
td.TdClassName
{
border-color: #9CE064;
}
.TagClassName
{
border-color: #9CE064;
}
</style>