Html Css Color HEX #0CB977 Mountain Meadow

📋 copy color: '#0CB977'

red 12 ◦ green 185 ◦ blue 119

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

Shades of Mountain Meadow #0CB977

Tints of Mountain Meadow #0CB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 3.8%
G = 58.54%
B = 37.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#0CB977 (or 0x0CB977) is known color: Mountain Meadow. HEX triplet: 0C, B9 and 77. RGB value is (12,185,119). Sum of RGB (Red+Green+Blue) = 12+185+119=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB977 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB977 is #F34688. Grayscale: #7D7D7D. Windows color (decimal): -15943305 or 7846156. OLE color: 7846156.

HSL color Cylindrical-coordinate representation of color #0CB977: hue angle of 157.11º 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 #0CB977 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 185 119 -
CMYK 0.94 0 0.36 0.27
HSL 157.11º 0.88% 0.39% -
HSV(B) 157.11º 0.94% 0.73% -
XYZ 20.83 36.11 23.32 -
YUV 125.75 124.19 46.87 -
System Red Green Blue C M Y K H S L
Decimal 12 185 119 0.94 0 0.36 0.27 157.11 0.88 0.39
Hex C B9 77 5E 0 24 1B 9D 58 27
Octal 14 271 167 136 0 44 33 235 130 47
Binary 1100 10111001 1110111 1011110 0 100100 11011 10011101 1011000 100111

Color Harmonies of #0CB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB977

Black with #0CB977

Text Example


Text Example

White with #0CB977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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