Html Css Color HEX #0C9340 Pigment Green

📋 copy color: '#0C9340'

red 12 ◦ green 147 ◦ blue 64

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

Shades of Pigment Green #0C9340

Tints of Pigment Green #0C9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.92%

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 5.38%
G = 65.92%
B = 28.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#0C9340 (or 0x0C9340) is known color: Pigment Green. HEX triplet: 0C, 93 and 40. RGB value is (12,147,64). Sum of RGB (Red+Green+Blue) = 12+147+64=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9340 is #F36CBF. Grayscale: #616161. Windows color (decimal): -15953088 or 4231948. OLE color: 4231948.

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

Color convert

RGB 12 147 64 -
CMYK 0.92 0 0.56 0.42
HSL 143.11º 0.85% 0.31% -
HSV(B) 143.11º 0.92% 0.58% -
XYZ 11.51 21.32 8.36 -
YUV 97.17 109.27 67.25 -
System Red Green Blue C M Y K H S L
Decimal 12 147 64 0.92 0 0.56 0.42 143.11 0.85 0.31
Hex C 93 40 5C 0 38 2A 8F 55 1F
Octal 14 223 100 134 0 70 52 217 125 37
Binary 1100 10010011 1000000 1011100 0 111000 101010 10001111 1010101 11111

Color Harmonies of #0C9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9340

Black with #0C9340

Text Example


Text Example

White with #0C9340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,64); }

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

background-color css

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

 a { background-color: rgb(12,147,64); }

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

border-color css

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

 span { border-color: rgb(12,147,64); }

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