#0C943D

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

Shades of Pigment Green #0C943D

Tints of Pigment Green #0C943D

Color information

#0C943D (or 0x0C943D) is unknown color: approx Pigment Green. HEX triplet: 0C, 94 and 3D. RGB value is (12,148,61). Sum of RGB (Red+Green+Blue) = 12+148+61=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #0C943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C943D is #F36BC2. Grayscale: #616161. Windows color (decimal): -15952835 or 4035596. OLE color: 4035596.

HSL color Cylindrical-coordinate representation of color #0C943D: hue angle of 141.62º 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 #0C943D is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1214861-
CMYK0.9200.590.42
HSL141.62º85%31.37%-
HSV(B)141.62º91.89%58.04%-
XYZ11.5821.597.97-
YUV97.42107.4467.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.43%
GREEN value IS 148 (58.20% from 255) = 66.97%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=5.43%
G=66.97%
B=27.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12148610.9200.590.42141.628531.37
HexC943D5C03B2A8e551f
Octal14224751340735221612537
Binary1100100101001111011011100011101110101010001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C943D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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