Html Css Color HEX #0C9249 Pigment Green

📋 copy color: '#0C9249'

red 12 ◦ green 146 ◦ blue 73

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

Shades of Pigment Green #0C9249

Tints of Pigment Green #0C9249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.2%

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

R = 5.19%
G = 63.2%
B = 31.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#0C9249 (or 0x0C9249) is known color: Pigment Green. HEX triplet: 0C, 92 and 49. RGB value is (12,146,73). Sum of RGB (Red+Green+Blue) = 12+146+73=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9249 is #F36DB6. Grayscale: #616161. Windows color (decimal): -15953335 or 4821516. OLE color: 4821516.

HSL color Cylindrical-coordinate representation of color #0C9249: hue angle of 147.31º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9249 is Cyan = 0.92, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 146 73 -
CMYK 0.92 0 0.5 0.43
HSL 147.31º 0.85% 0.31% -
HSV(B) 147.31º 0.92% 0.57% -
XYZ 11.63 21.12 9.77 -
YUV 97.61 114.11 66.94 -
System Red Green Blue C M Y K H S L
Decimal 12 146 73 0.92 0 0.5 0.43 147.31 0.85 0.31
Hex C 92 49 5C 0 32 2B 93 55 1F
Octal 14 222 111 134 0 62 53 223 125 37
Binary 1100 10010010 1001001 1011100 0 110010 101011 10010011 1010101 11111

Color Harmonies of #0C9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9249

Black with #0C9249

Text Example


Text Example

White with #0C9249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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