Shades of Pigment Green #0CB65C
Tints of Pigment Green #0CB65C
RGB
CMYK
RGB Variations
Color information
#0CB65C (or 0x0CB65C) is known color: Pigment Green. HEX triplet: 0C, B6 and 5C. RGB value is (12,182,92). Sum of RGB (Red+Green+Blue) = 12+182+92=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 182 (71.48% from 255 or 63.64% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB65C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB65C is #F349A3. Grayscale: #797979. Windows color (decimal): -15944100 or 6075916. OLE color: 6075916.
HSL color Cylindrical-coordinate representation of color #0CB65C: hue angle of 148.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB65C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 92 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.29 |
| HSL | 148.24º | 0.88% | 0.38% | - |
| HSV(B) | 148.24º | 0.93% | 0.71% | - |
| XYZ | 18.81 | 34.31 | 15.76 | - |
| YUV | 120.91 | 111.68 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 92 | 0.93 | 0 | 0.49 | 0.29 | 148.24 | 0.88 | 0.38 |
| Hex | C | B6 | 5C | 5D | 0 | 31 | 1D | 94 | 58 | 26 |
| Octal | 14 | 266 | 134 | 135 | 0 | 61 | 35 | 224 | 130 | 46 |
| Binary | 1100 | 10110110 | 1011100 | 1011101 | 0 | 110001 | 11101 | 10010100 | 1011000 | 100110 |
Color Harmonies of #0CB65C
Complementary color
Monochromatic Colors of #0CB65C
Black with #0CB65C
Text Example
Text Example
White with #0CB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB65C; }
p { color: rgb(12,182,92); }
H1.HeaderClassName
{
color: #0CB65C;
}
.AnyTagClassName
{
color: #0CB65C;
}
</style>
background-color css
<style>
a { background-color: #0CB65C; }
a { background-color: rgb(12,182,92); }
div.DivClassName
{
background-color: #0CB65C;
}
.BgClassName
{
background-color: #0CB65C;
}
</style>
border-color css
<style>
span { border-color: #0CB65C; }
span { border-color: rgb(12,182,92); }
td.TdClassName
{
border-color: #0CB65C;
}
.TagClassName
{
border-color: #0CB65C;
}
</style>