Html Css Color HEX #0CB07D Mountain Meadow

📋 copy color: '#0CB07D'

red 12 ◦ green 176 ◦ blue 125

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

Shades of Mountain Meadow #0CB07D

Tints of Mountain Meadow #0CB07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.23%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 3.83%
G = 56.23%
B = 39.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#0CB07D (or 0x0CB07D) is known color: Mountain Meadow. HEX triplet: 0C, B0 and 7D. RGB value is (12,176,125). Sum of RGB (Red+Green+Blue) = 12+176+125=313 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.83% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB07D is #F34F82. Grayscale: #797979. Windows color (decimal): -15945603 or 8237068. OLE color: 8237068.

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

Color convert

RGB 12 176 125 -
CMYK 0.93 0 0.29 0.31
HSL 161.34º 0.87% 0.37% -
HSV(B) 161.34º 0.93% 0.69% -
XYZ 19.38 32.61 24.67 -
YUV 121.15 130.17 50.15 -
System Red Green Blue C M Y K H S L
Decimal 12 176 125 0.93 0 0.29 0.31 161.34 0.87 0.37
Hex C B0 7D 5D 0 1D 1F A1 57 25
Octal 14 260 175 135 0 35 37 241 127 45
Binary 1100 10110000 1111101 1011101 0 11101 11111 10100001 1010111 100101

Color Harmonies of #0CB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB07D

Black with #0CB07D

Text Example


Text Example

White with #0CB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,176,125); }

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

background-color css

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

 a { background-color: rgb(12,176,125); }

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

border-color css

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

 span { border-color: rgb(12,176,125); }

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