Html Css Color HEX #0CB978 Mountain Meadow

📋 copy color: '#0CB978'

red 12 ◦ green 185 ◦ blue 120

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

Shades of Mountain Meadow #0CB978

Tints of Mountain Meadow #0CB978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 3.79%
G = 58.36%
B = 37.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#0CB978 (or 0x0CB978) is known color: Mountain Meadow. HEX triplet: 0C, B9 and 78. RGB value is (12,185,120). Sum of RGB (Red+Green+Blue) = 12+185+120=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB978 is #F34687. Grayscale: #7D7D7D. Windows color (decimal): -15943304 or 7911692. OLE color: 7911692.

HSL color Cylindrical-coordinate representation of color #0CB978: hue angle of 157.46º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB978 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 120 -
CMYK 0.94 0 0.35 0.27
HSL 157.46º 0.88% 0.39% -
HSV(B) 157.46º 0.94% 0.73% -
XYZ 20.89 36.13 23.64 -
YUV 125.86 124.69 46.79 -
System Red Green Blue C M Y K H S L
Decimal 12 185 120 0.94 0 0.35 0.27 157.46 0.88 0.39
Hex C B9 78 5E 0 23 1B 9D 58 27
Octal 14 271 170 136 0 43 33 235 130 47
Binary 1100 10111001 1111000 1011110 0 100011 11011 10011101 1011000 100111

Color Harmonies of #0CB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB978

Black with #0CB978

Text Example


Text Example

White with #0CB978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,120); }

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

background-color css

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

 a { background-color: rgb(12,185,120); }

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

border-color css

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

 span { border-color: rgb(12,185,120); }

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