Html Css Color HEX #0C944E Pigment Green

📋 copy color: '#0C944E'

red 12 ◦ green 148 ◦ blue 78

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

Shades of Pigment Green #0C944E

Tints of Pigment Green #0C944E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 5.04%
G = 62.18%
B = 32.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#0C944E (or 0x0C944E) is known color: Pigment Green. HEX triplet: 0C, 94 and 4E. RGB value is (12,148,78). Sum of RGB (Red+Green+Blue) = 12+148+78=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #0C944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C944E is #F36BB1. Grayscale: #636363. Windows color (decimal): -15952818 or 5149708. OLE color: 5149708.

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

Color convert

RGB 12 148 78 -
CMYK 0.92 0 0.47 0.42
HSL 149.12º 0.85% 0.31% -
HSV(B) 149.12º 0.92% 0.58% -
XYZ 12.12 21.81 10.78 -
YUV 99.36 115.94 65.69 -
System Red Green Blue C M Y K H S L
Decimal 12 148 78 0.92 0 0.47 0.42 149.12 0.85 0.31
Hex C 94 4E 5C 0 2F 2A 95 55 1F
Octal 14 224 116 134 0 57 52 225 125 37
Binary 1100 10010100 1001110 1011100 0 101111 101010 10010101 1010101 11111

Color Harmonies of #0C944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C944E

Black with #0C944E

Text Example


Text Example

White with #0C944E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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