Shades of Pigment Green #0C9753
Tints of Pigment Green #0C9753
RGB
CMYK
RGB Variations
Color information
#0C9753 (or 0x0C9753) is known color: Pigment Green. HEX triplet: 0C, 97 and 53. RGB value is (12,151,83). Sum of RGB (Red+Green+Blue) = 12+151+83=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 151 (59.38% from 255 or 61.38% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9753 is #F368AC. Grayscale: #656565. Windows color (decimal): -15952045 or 5478156. OLE color: 5478156.
HSL color Cylindrical-coordinate representation of color #0C9753: hue angle of 150.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9753 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 151 | 83 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.41 |
| HSL | 150.65º | 0.85% | 0.32% | - |
| HSV(B) | 150.65º | 0.92% | 0.59% | - |
| XYZ | 12.78 | 22.84 | 11.92 | - |
| YUV | 101.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 83 | 0.92 | 0 | 0.45 | 0.41 | 150.65 | 0.85 | 0.32 |
| Hex | C | 97 | 53 | 5C | 0 | 2D | 29 | 97 | 55 | 20 |
| Octal | 14 | 227 | 123 | 134 | 0 | 55 | 51 | 227 | 125 | 40 |
| Binary | 1100 | 10010111 | 1010011 | 1011100 | 0 | 101101 | 101001 | 10010111 | 1010101 | 100000 |
Color Harmonies of #0C9753
Complementary color
Monochromatic Colors of #0C9753
Black with #0C9753
Text Example
Text Example
White with #0C9753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9753; }
p { color: rgb(12,151,83); }
H1.HeaderClassName
{
color: #0C9753;
}
.AnyTagClassName
{
color: #0C9753;
}
</style>
background-color css
<style>
a { background-color: #0C9753; }
a { background-color: rgb(12,151,83); }
div.DivClassName
{
background-color: #0C9753;
}
.BgClassName
{
background-color: #0C9753;
}
</style>
border-color css
<style>
span { border-color: #0C9753; }
span { border-color: rgb(12,151,83); }
td.TdClassName
{
border-color: #0C9753;
}
.TagClassName
{
border-color: #0C9753;
}
</style>