Shades of Pigment Green #0C9E3F
Tints of Pigment Green #0C9E3F
RGB
CMYK
RGB Variations
Color information
#0C9E3F (or 0x0C9E3F) is known color: Pigment Green. HEX triplet: 0C, 9E and 3F. RGB value is (12,158,63). Sum of RGB (Red+Green+Blue) = 12+158+63=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9E3F is #F361C0. Grayscale: #676767. Windows color (decimal): -15950273 or 4169228. OLE color: 4169228.
HSL color Cylindrical-coordinate representation of color #0C9E3F: hue angle of 140.96º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9E3F is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 158 | 63 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.38 |
| HSL | 140.96º | 0.86% | 0.33% | - |
| HSV(B) | 140.96º | 0.92% | 0.62% | - |
| XYZ | 13.28 | 24.89 | 8.81 | - |
| YUV | 103.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 63 | 0.92 | 0 | 0.60 | 0.38 | 140.96 | 0.86 | 0.33 |
| Hex | C | 9E | 3F | 5C | 0 | 3C | 26 | 8D | 56 | 21 |
| Octal | 14 | 236 | 77 | 134 | 0 | 74 | 46 | 215 | 126 | 41 |
| Binary | 1100 | 10011110 | 111111 | 1011100 | 0 | 111100 | 100110 | 10001101 | 1010110 | 100001 |
Color Harmonies of #0C9E3F
Complementary color
Monochromatic Colors of #0C9E3F
Black with #0C9E3F
Text Example
Text Example
White with #0C9E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9E3F; }
p { color: rgb(12,158,63); }
H1.HeaderClassName
{
color: #0C9E3F;
}
.AnyTagClassName
{
color: #0C9E3F;
}
</style>
background-color css
<style>
a { background-color: #0C9E3F; }
a { background-color: rgb(12,158,63); }
div.DivClassName
{
background-color: #0C9E3F;
}
.BgClassName
{
background-color: #0C9E3F;
}
</style>
border-color css
<style>
span { border-color: #0C9E3F; }
span { border-color: rgb(12,158,63); }
td.TdClassName
{
border-color: #0C9E3F;
}
.TagClassName
{
border-color: #0C9E3F;
}
</style>