Html Css Color HEX #0C9749 Pigment Green

📋 copy color: '#0C9749'

red 12 ◦ green 151 ◦ blue 73

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

Shades of Pigment Green #0C9749

Tints of Pigment Green #0C9749

RGB

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

 GREEN value IS 151 (59.38% from 255) = 63.98%

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

R = 5.08%
G = 63.98%
B = 30.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#0C9749 (or 0x0C9749) is known color: Pigment Green. HEX triplet: 0C, 97 and 49. RGB value is (12,151,73). Sum of RGB (Red+Green+Blue) = 12+151+73=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9749 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9749 is #F368B6. Grayscale: #646464. Windows color (decimal): -15952055 or 4822796. OLE color: 4822796.

HSL color Cylindrical-coordinate representation of color #0C9749: hue angle of 146.33º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9749 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 151 73 -
CMYK 0.92 0 0.52 0.41
HSL 146.33º 0.85% 0.32% -
HSV(B) 146.33º 0.92% 0.59% -
XYZ 12.42 22.69 10.03 -
YUV 100.55 112.45 64.84 -
System Red Green Blue C M Y K H S L
Decimal 12 151 73 0.92 0 0.52 0.41 146.33 0.85 0.32
Hex C 97 49 5C 0 34 29 92 55 20
Octal 14 227 111 134 0 64 51 222 125 40
Binary 1100 10010111 1001001 1011100 0 110100 101001 10010010 1010101 100000

Color Harmonies of #0C9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9749

Black with #0C9749

Text Example


Text Example

White with #0C9749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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