#0C944D

Color #0C944D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0C944D

Tints of Pigment Green #0C944D

Color information

#0C944D (or 0x0C944D) is unknown color: approx Pigment Green. HEX triplet: 0C, 94 and 4D. RGB value is (12,148,77). Sum of RGB (Red+Green+Blue) = 12+148+77=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #0C944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C944D is #F36BB2. Grayscale: #636363. Windows color (decimal): -15952819 or 5084172. OLE color: 5084172.

HSL color Cylindrical-coordinate representation of color #0C944D: hue angle of 148.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C944D is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1214877-
CMYK0.9200.480.42
HSL148.68º85%31.37%-
HSV(B)148.68º91.89%58.04%-
XYZ12.0821.7910.59-
YUV99.24115.4465.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 148 (58.20% from 255) = 62.45%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=5.06%
G=62.45%
B=32.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12148770.9200.480.42148.688531.37
HexC944D5C0302A95551f
Octal142241151340605222512537
Binary11001001010010011011011100011000010101010010101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C944D; }

 p { color: rgb(12,148,77); }

 H1.HeaderClassName
 {
   color: #0C944D;
 }
 .AnyTagClassName
 {
   color: #0C944D;
 }
</style>
background-color css

<style>
 a { background-color: #0C944D; }

 a { background-color: rgb(12,148,77); }

 div.DivClassName
 {
   background-color: #0C944D;
 }
 .BgClassName
 {
   background-color: #0C944D;
 }
</style>
border-color css

<style>
 span { border-color: #0C944D; }

 span { border-color: rgb(12,148,77); }

 td.TdClassName
 {
   border-color: #0C944D;
 }
 .TagClassName
 {
   border-color: #0C944D;
 }
</style>