Html Css Color HEX #0C943C Pigment Green

📋 copy color: '#0C943C'

red 12 ◦ green 148 ◦ blue 60

#0C943C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0C943C

Tints of Pigment Green #0C943C

RGB

 RED value IS 12 (5.08% from 255) = 5.45%

 GREEN value IS 148 (58.2% from 255) = 67.27%

 BLUE value IS 60 (23.83% from 255) = 27.27%

R = 5.45%
G = 67.27%
B = 27.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#0C943C (or 0x0C943C) is known color: Pigment Green. HEX triplet: 0C, 94 and 3C. RGB value is (12,148,60). Sum of RGB (Red+Green+Blue) = 12+148+60=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 148 (58.20% from 255 or 67.27% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 148 - color contains mainly: green. Hex color #0C943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C943C is #F36BC3. Grayscale: #616161. Windows color (decimal): -15952836 or 3970060. OLE color: 3970060.

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

Color convert

RGB 12 148 60 -
CMYK 0.92 0 0.59 0.42
HSL 141.18º 0.85% 0.31% -
HSV(B) 141.18º 0.92% 0.58% -
XYZ 11.56 21.58 7.83 -
YUV 97.3 106.94 67.16 -
System Red Green Blue C M Y K H S L
Decimal 12 148 60 0.92 0 0.59 0.42 141.18 0.85 0.31
Hex C 94 3C 5C 0 3B 2A 8D 55 1F
Octal 14 224 74 134 0 73 52 215 125 37
Binary 1100 10010100 111100 1011100 0 111011 101010 10001101 1010101 11111

Color Harmonies of #0C943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C943C

Black with #0C943C

Text Example


Text Example

White with #0C943C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C943C;
 }
 .AnyTagClassName
 {
   color: #0C943C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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