Shades of Pigment Green #0CB35C
Tints of Pigment Green #0CB35C
RGB
CMYK
RGB Variations
Color information
#0CB35C (or 0x0CB35C) is known color: Pigment Green. HEX triplet: 0C, B3 and 5C. RGB value is (12,179,92). Sum of RGB (Red+Green+Blue) = 12+179+92=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB35C is #F34CA3. Grayscale: #777777. Windows color (decimal): -15944868 or 6075148. OLE color: 6075148.
HSL color Cylindrical-coordinate representation of color #0CB35C: hue angle of 148.74º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB35C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 179 | 92 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.30 |
| HSL | 148.74º | 0.87% | 0.37% | - |
| HSV(B) | 148.74º | 0.93% | 0.7% | - |
| XYZ | 18.2 | 33.09 | 15.55 | - |
| YUV | 119.15 | 112.67 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 92 | 0.93 | 0 | 0.49 | 0.30 | 148.74 | 0.87 | 0.37 |
| Hex | C | B3 | 5C | 5D | 0 | 31 | 1E | 95 | 57 | 25 |
| Octal | 14 | 263 | 134 | 135 | 0 | 61 | 36 | 225 | 127 | 45 |
| Binary | 1100 | 10110011 | 1011100 | 1011101 | 0 | 110001 | 11110 | 10010101 | 1010111 | 100101 |
Color Harmonies of #0CB35C
Complementary color
Monochromatic Colors of #0CB35C
Black with #0CB35C
Text Example
Text Example
White with #0CB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB35C; }
p { color: rgb(12,179,92); }
H1.HeaderClassName
{
color: #0CB35C;
}
.AnyTagClassName
{
color: #0CB35C;
}
</style>
background-color css
<style>
a { background-color: #0CB35C; }
a { background-color: rgb(12,179,92); }
div.DivClassName
{
background-color: #0CB35C;
}
.BgClassName
{
background-color: #0CB35C;
}
</style>
border-color css
<style>
span { border-color: #0CB35C; }
span { border-color: rgb(12,179,92); }
td.TdClassName
{
border-color: #0CB35C;
}
.TagClassName
{
border-color: #0CB35C;
}
</style>