Shades of Conifer #9CE450
Tints of Conifer #9CE450
RGB
CMYK
RGB Variations
Color information
#9CE450 (or 0x9CE450) is known color: Conifer. HEX triplet: 9C, E4 and 50. RGB value is (156,228,80). Sum of RGB (Red+Green+Blue) = 156+228+80=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE450 is #631BAF. Grayscale: #BEBEBE. Windows color (decimal): -6495152 or 5301404. OLE color: 5301404.
HSL color Cylindrical-coordinate representation of color #9CE450: hue angle of 89.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CE450 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 80 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.11 |
| HSL | 89.19º | 0.73% | 0.6% | - |
| HSV(B) | 89.19º | 0.65% | 0.89% | - |
| XYZ | 42.9 | 63.13 | 17.51 | - |
| YUV | 189.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 80 | 0.32 | 0 | 0.65 | 0.11 | 89.19 | 0.73 | 0.6 |
| Hex | 9C | E4 | 50 | 20 | 0 | 41 | B | 59 | 49 | 3C |
| Octal | 234 | 344 | 120 | 40 | 0 | 101 | 13 | 131 | 111 | 74 |
| Binary | 10011100 | 11100100 | 1010000 | 100000 | 0 | 1000001 | 1011 | 1011001 | 1001001 | 111100 |
Color Harmonies of #9CE450
Complementary color
Monochromatic Colors of #9CE450
Black with #9CE450
Text Example
Text Example
White with #9CE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE450; }
p { color: rgb(156,228,80); }
H1.HeaderClassName
{
color: #9CE450;
}
.AnyTagClassName
{
color: #9CE450;
}
</style>
background-color css
<style>
a { background-color: #9CE450; }
a { background-color: rgb(156,228,80); }
div.DivClassName
{
background-color: #9CE450;
}
.BgClassName
{
background-color: #9CE450;
}
</style>
border-color css
<style>
span { border-color: #9CE450; }
span { border-color: rgb(156,228,80); }
td.TdClassName
{
border-color: #9CE450;
}
.TagClassName
{
border-color: #9CE450;
}
</style>