Shades of Pigment Green #0C9953
Tints of Pigment Green #0C9953
RGB
CMYK
RGB Variations
Color information
#0C9953 (or 0x0C9953) is known color: Pigment Green. HEX triplet: 0C, 99 and 53. RGB value is (12,153,83). Sum of RGB (Red+Green+Blue) = 12+153+83=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9953 is #F366AC. Grayscale: #666666. Windows color (decimal): -15951533 or 5478668. OLE color: 5478668.
HSL color Cylindrical-coordinate representation of color #0C9953: hue angle of 150.21º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9953 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 153 | 83 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.4 |
| HSL | 150.21º | 0.85% | 0.32% | - |
| HSV(B) | 150.21º | 0.92% | 0.6% | - |
| XYZ | 13.1 | 23.49 | 12.03 | - |
| YUV | 102.86 | 116.79 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 153 | 83 | 0.92 | 0 | 0.46 | 0.4 | 150.21 | 0.85 | 0.32 |
| Hex | C | 99 | 53 | 5C | 0 | 2E | 28 | 96 | 55 | 20 |
| Octal | 14 | 231 | 123 | 134 | 0 | 56 | 50 | 226 | 125 | 40 |
| Binary | 1100 | 10011001 | 1010011 | 1011100 | 0 | 101110 | 101000 | 10010110 | 1010101 | 100000 |
Color Harmonies of #0C9953
Complementary color
Monochromatic Colors of #0C9953
Black with #0C9953
Text Example
Text Example
White with #0C9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9953; }
p { color: rgb(12,153,83); }
H1.HeaderClassName
{
color: #0C9953;
}
.AnyTagClassName
{
color: #0C9953;
}
</style>
background-color css
<style>
a { background-color: #0C9953; }
a { background-color: rgb(12,153,83); }
div.DivClassName
{
background-color: #0C9953;
}
.BgClassName
{
background-color: #0C9953;
}
</style>
border-color css
<style>
span { border-color: #0C9953; }
span { border-color: rgb(12,153,83); }
td.TdClassName
{
border-color: #0C9953;
}
.TagClassName
{
border-color: #0C9953;
}
</style>