Shades of Pigment Green #0C984E
Tints of Pigment Green #0C984E
RGB
CMYK
RGB Variations
Color information
#0C984E (or 0x0C984E) is known color: Pigment Green. HEX triplet: 0C, 98 and 4E. RGB value is (12,152,78). Sum of RGB (Red+Green+Blue) = 12+152+78=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #0C984E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C984E is #F367B1. Grayscale: #656565. Windows color (decimal): -15951794 or 5150732. OLE color: 5150732.
HSL color Cylindrical-coordinate representation of color #0C984E: hue angle of 148.29º 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 #0C984E is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 152 | 78 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.40 |
| HSL | 148.29º | 0.85% | 0.32% | - |
| HSV(B) | 148.29º | 0.92% | 0.6% | - |
| XYZ | 12.76 | 23.08 | 10.99 | - |
| YUV | 101.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 152 | 78 | 0.92 | 0 | 0.49 | 0.40 | 148.29 | 0.85 | 0.32 |
| Hex | C | 98 | 4E | 5C | 0 | 31 | 28 | 94 | 55 | 20 |
| Octal | 14 | 230 | 116 | 134 | 0 | 61 | 50 | 224 | 125 | 40 |
| Binary | 1100 | 10011000 | 1001110 | 1011100 | 0 | 110001 | 101000 | 10010100 | 1010101 | 100000 |
Color Harmonies of #0C984E
Complementary color
Monochromatic Colors of #0C984E
Black with #0C984E
Text Example
Text Example
White with #0C984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C984E; }
p { color: rgb(12,152,78); }
H1.HeaderClassName
{
color: #0C984E;
}
.AnyTagClassName
{
color: #0C984E;
}
</style>
background-color css
<style>
a { background-color: #0C984E; }
a { background-color: rgb(12,152,78); }
div.DivClassName
{
background-color: #0C984E;
}
.BgClassName
{
background-color: #0C984E;
}
</style>
border-color css
<style>
span { border-color: #0C984E; }
span { border-color: rgb(12,152,78); }
td.TdClassName
{
border-color: #0C984E;
}
.TagClassName
{
border-color: #0C984E;
}
</style>