Shades of Pigment Green #0CB85D
Tints of Pigment Green #0CB85D
RGB
CMYK
RGB Variations
Color information
#0CB85D (or 0x0CB85D) is known color: Pigment Green. HEX triplet: 0C, B8 and 5D. RGB value is (12,184,93). Sum of RGB (Red+Green+Blue) = 12+184+93=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB85D is #F347A2. Grayscale: #7A7A7A. Windows color (decimal): -15943587 or 6141964. OLE color: 6141964.
HSL color Cylindrical-coordinate representation of color #0CB85D: hue angle of 148.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB85D is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 93 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.28 |
| HSL | 148.26º | 0.88% | 0.38% | - |
| HSV(B) | 148.26º | 0.93% | 0.72% | - |
| XYZ | 19.27 | 35.15 | 16.12 | - |
| YUV | 122.2 | 111.52 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 93 | 0.93 | 0 | 0.49 | 0.28 | 148.26 | 0.88 | 0.38 |
| Hex | C | B8 | 5D | 5D | 0 | 31 | 1C | 94 | 58 | 26 |
| Octal | 14 | 270 | 135 | 135 | 0 | 61 | 34 | 224 | 130 | 46 |
| Binary | 1100 | 10111000 | 1011101 | 1011101 | 0 | 110001 | 11100 | 10010100 | 1011000 | 100110 |
Color Harmonies of #0CB85D
Complementary color
Monochromatic Colors of #0CB85D
Black with #0CB85D
Text Example
Text Example
White with #0CB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB85D; }
p { color: rgb(12,184,93); }
H1.HeaderClassName
{
color: #0CB85D;
}
.AnyTagClassName
{
color: #0CB85D;
}
</style>
background-color css
<style>
a { background-color: #0CB85D; }
a { background-color: rgb(12,184,93); }
div.DivClassName
{
background-color: #0CB85D;
}
.BgClassName
{
background-color: #0CB85D;
}
</style>
border-color css
<style>
span { border-color: #0CB85D; }
span { border-color: rgb(12,184,93); }
td.TdClassName
{
border-color: #0CB85D;
}
.TagClassName
{
border-color: #0CB85D;
}
</style>