Shades of Conifer #9CE062
Tints of Conifer #9CE062
RGB
CMYK
RGB Variations
Color information
#9CE062 (or 0x9CE062) is known color: Conifer. HEX triplet: 9C, E0 and 62. RGB value is (156,224,98). Sum of RGB (Red+Green+Blue) = 156+224+98=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE062 is #631F9D. Grayscale: #BDBDBD. Windows color (decimal): -6496158 or 6480028. OLE color: 6480028.
HSL color Cylindrical-coordinate representation of color #9CE062: hue angle of 92.38º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CE062 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 98 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.12 |
| HSL | 92.38º | 0.67% | 0.63% | - |
| HSV(B) | 92.38º | 0.56% | 0.88% | - |
| XYZ | 42.57 | 61.26 | 21.14 | - |
| YUV | 189.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 98 | 0.30 | 0 | 0.56 | 0.12 | 92.38 | 0.67 | 0.63 |
| Hex | 9C | E0 | 62 | 1E | 0 | 38 | C | 5C | 43 | 3F |
| Octal | 234 | 340 | 142 | 36 | 0 | 70 | 14 | 134 | 103 | 77 |
| Binary | 10011100 | 11100000 | 1100010 | 11110 | 0 | 111000 | 1100 | 1011100 | 1000011 | 111111 |
Color Harmonies of #9CE062
Complementary color
Monochromatic Colors of #9CE062
Black with #9CE062
Text Example
Text Example
White with #9CE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE062; }
p { color: rgb(156,224,98); }
H1.HeaderClassName
{
color: #9CE062;
}
.AnyTagClassName
{
color: #9CE062;
}
</style>
background-color css
<style>
a { background-color: #9CE062; }
a { background-color: rgb(156,224,98); }
div.DivClassName
{
background-color: #9CE062;
}
.BgClassName
{
background-color: #9CE062;
}
</style>
border-color css
<style>
span { border-color: #9CE062; }
span { border-color: rgb(156,224,98); }
td.TdClassName
{
border-color: #9CE062;
}
.TagClassName
{
border-color: #9CE062;
}
</style>