Html Css Color HEX #0CB37F Mountain Meadow

📋 copy color: '#0CB37F'

red 12 ◦ green 179 ◦ blue 127

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

Shades of Mountain Meadow #0CB37F

Tints of Mountain Meadow #0CB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.29%

 BLUE value IS 127 (50% from 255) = 39.94%

R = 3.77%
G = 56.29%
B = 39.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#0CB37F (or 0x0CB37F) is known color: Mountain Meadow. HEX triplet: 0C, B3 and 7F. RGB value is (12,179,127). Sum of RGB (Red+Green+Blue) = 12+179+127=318 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.77% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #0CB37F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB37F is #F34C80. Grayscale: #7B7B7B. Windows color (decimal): -15944833 or 8368908. OLE color: 8368908.

HSL color Cylindrical-coordinate representation of color #0CB37F: hue angle of 161.32º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB37F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 12 179 127 -
CMYK 0.93 0 0.29 0.30
HSL 161.32º 0.87% 0.37% -
HSV(B) 161.32º 0.93% 0.7% -
XYZ 20.1 33.85 25.55 -
YUV 123.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 12 179 127 0.93 0 0.29 0.30 161.32 0.87 0.37
Hex C B3 7F 5D 0 1D 1E A1 57 25
Octal 14 263 177 135 0 35 36 241 127 45
Binary 1100 10110011 1111111 1011101 0 11101 11110 10100001 1010111 100101

Color Harmonies of #0CB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB37F

Black with #0CB37F

Text Example


Text Example

White with #0CB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,179,127); }

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

background-color css

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

 a { background-color: rgb(12,179,127); }

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

border-color css

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

 span { border-color: rgb(12,179,127); }

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