Html Css Color HEX #0C9050 Salem

📋 copy color: '#0C9050'

red 12 ◦ green 144 ◦ blue 80

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

Shades of Salem #0C9050

Tints of Salem #0C9050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.02%

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

R = 5.08%
G = 61.02%
B = 33.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#0C9050 (or 0x0C9050) is known color: Salem. HEX triplet: 0C, 90 and 50. RGB value is (12,144,80). Sum of RGB (Red+Green+Blue) = 12+144+80=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9050 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9050 is #F36FAF. Grayscale: #616161. Windows color (decimal): -15953840 or 5279756. OLE color: 5279756.

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

Color convert

RGB 12 144 80 -
CMYK 0.92 0 0.44 0.44
HSL 150.91º 0.85% 0.31% -
HSV(B) 150.91º 0.92% 0.56% -
XYZ 11.57 20.6 10.96 -
YUV 97.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 12 144 80 0.92 0 0.44 0.44 150.91 0.85 0.31
Hex C 90 50 5C 0 2C 2C 97 55 1F
Octal 14 220 120 134 0 54 54 227 125 37
Binary 1100 10010000 1010000 1011100 0 101100 101100 10010111 1010101 11111

Color Harmonies of #0C9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9050

Black with #0C9050

Text Example


Text Example

White with #0C9050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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