Html Css Color HEX #0C9350 Pigment Green

📋 copy color: '#0C9350'

red 12 ◦ green 147 ◦ blue 80

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

Shades of Pigment Green #0C9350

Tints of Pigment Green #0C9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 5.02%
G = 61.51%
B = 33.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#0C9350 (or 0x0C9350) is known color: Pigment Green. HEX triplet: 0C, 93 and 50. RGB value is (12,147,80). Sum of RGB (Red+Green+Blue) = 12+147+80=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9350 is #F36CAF. Grayscale: #636363. Windows color (decimal): -15953072 or 5280524. OLE color: 5280524.

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

Color convert

RGB 12 147 80 -
CMYK 0.92 0 0.46 0.42
HSL 150.22º 0.85% 0.31% -
HSV(B) 150.22º 0.92% 0.58% -
XYZ 12.03 21.52 11.11 -
YUV 99 117.27 65.95 -
System Red Green Blue C M Y K H S L
Decimal 12 147 80 0.92 0 0.46 0.42 150.22 0.85 0.31
Hex C 93 50 5C 0 2E 2A 96 55 1F
Octal 14 223 120 134 0 56 52 226 125 37
Binary 1100 10010011 1010000 1011100 0 101110 101010 10010110 1010101 11111

Color Harmonies of #0C9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9350

Black with #0C9350

Text Example


Text Example

White with #0C9350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,80); }

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

background-color css

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

 a { background-color: rgb(12,147,80); }

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

border-color css

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

 span { border-color: rgb(12,147,80); }

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