Html Css Color HEX #0CB47F Mountain Meadow

📋 copy color: '#0CB47F'

red 12 ◦ green 180 ◦ blue 127

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

Shades of Mountain Meadow #0CB47F

Tints of Mountain Meadow #0CB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

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

R = 3.76%
G = 56.43%
B = 39.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#0CB47F (or 0x0CB47F) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 7F. RGB value is (12,180,127). Sum of RGB (Red+Green+Blue) = 12+180+127=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB47F is #F34B80. Grayscale: #7B7B7B. Windows color (decimal): -15944577 or 8369164. OLE color: 8369164.

HSL color Cylindrical-coordinate representation of color #0CB47F: hue angle of 161.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB47F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 180 127 -
CMYK 0.93 0 0.29 0.29
HSL 161.07º 0.88% 0.38% -
HSV(B) 161.07º 0.93% 0.71% -
XYZ 20.3 34.25 25.62 -
YUV 123.73 129.84 48.31 -
System Red Green Blue C M Y K H S L
Decimal 12 180 127 0.93 0 0.29 0.29 161.07 0.88 0.38
Hex C B4 7F 5D 0 1D 1D A1 58 26
Octal 14 264 177 135 0 35 35 241 130 46
Binary 1100 10110100 1111111 1011101 0 11101 11101 10100001 1011000 100110

Color Harmonies of #0CB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB47F

Black with #0CB47F

Text Example


Text Example

White with #0CB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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