Html Css Color HEX #0C9F49 Pigment Green

📋 copy color: '#0C9F49'

red 12 ◦ green 159 ◦ blue 73

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

Shades of Pigment Green #0C9F49

Tints of Pigment Green #0C9F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 65.16%

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

R = 4.92%
G = 65.16%
B = 29.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#0C9F49 (or 0x0C9F49) is known color: Pigment Green. HEX triplet: 0C, 9F and 49. RGB value is (12,159,73). Sum of RGB (Red+Green+Blue) = 12+159+73=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #0C9F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9F49 is #F360B6. Grayscale: #696969. Windows color (decimal): -15950007 or 4824844. OLE color: 4824844.

HSL color Cylindrical-coordinate representation of color #0C9F49: hue angle of 144.9º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9F49 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 159 73 -
CMYK 0.92 0 0.54 0.38
HSL 144.9º 0.86% 0.34% -
HSV(B) 144.9º 0.92% 0.62% -
XYZ 13.75 25.36 10.47 -
YUV 105.24 109.8 61.49 -
System Red Green Blue C M Y K H S L
Decimal 12 159 73 0.92 0 0.54 0.38 144.9 0.86 0.34
Hex C 9F 49 5C 0 36 26 91 56 22
Octal 14 237 111 134 0 66 46 221 126 42
Binary 1100 10011111 1001001 1011100 0 110110 100110 10010001 1010110 100010

Color Harmonies of #0C9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9F49

Black with #0C9F49

Text Example


Text Example

White with #0C9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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