#0C913C

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

Shades of Pigment Green #0C913C

Tints of Pigment Green #0C913C

Color information

#0C913C (or 0x0C913C) is unknown color: approx Pigment Green. HEX triplet: 0C, 91 and 3C. RGB value is (12,145,60). Sum of RGB (Red+Green+Blue) = 12+145+60=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #0C913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C913C is #F36EC3. Grayscale: #5F5F5F. Windows color (decimal): -15953604 or 3969292. OLE color: 3969292.

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

Color convert

RGB1214560-
CMYK0.9200.590.43
HSL141.65º84.71%30.78%-
HSV(B)141.65º91.72%56.86%-
XYZ11.0920.667.68-
YUV95.54107.9468.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 145 (57.03% from 255) = 66.82%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=5.53%
G=66.82%
B=27.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12145600.9200.590.43141.6584.7130.78
HexC913C5C03B2B8e551f
Octal14221741340735321612537
Binary1100100100011111001011100011101110101110001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,145,60); }

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

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

 a { background-color: rgb(12,145,60); }

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

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

 span { border-color: rgb(12,145,60); }

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