Html Css Color HEX #0C9449 Pigment Green

📋 copy color: '#0C9449'

red 12 ◦ green 148 ◦ blue 73

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

Shades of Pigment Green #0C9449

Tints of Pigment Green #0C9449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 5.15%
G = 63.52%
B = 31.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#0C9449 (or 0x0C9449) is known color: Pigment Green. HEX triplet: 0C, 94 and 49. RGB value is (12,148,73). Sum of RGB (Red+Green+Blue) = 12+148+73=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 148 (58.20% from 255 or 63.52% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9449 is #F36BB6. Grayscale: #626262. Windows color (decimal): -15952823 or 4822028. OLE color: 4822028.

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

Color convert

RGB 12 148 73 -
CMYK 0.92 0 0.51 0.42
HSL 146.91º 0.85% 0.31% -
HSV(B) 146.91º 0.92% 0.58% -
XYZ 11.94 21.74 9.87 -
YUV 98.79 113.44 66.1 -
System Red Green Blue C M Y K H S L
Decimal 12 148 73 0.92 0 0.51 0.42 146.91 0.85 0.31
Hex C 94 49 5C 0 33 2A 93 55 1F
Octal 14 224 111 134 0 63 52 223 125 37
Binary 1100 10010100 1001001 1011100 0 110011 101010 10010011 1010101 11111

Color Harmonies of #0C9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9449

Black with #0C9449

Text Example


Text Example

White with #0C9449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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