Html Css Color HEX #0CB17B Mountain Meadow

📋 copy color: '#0CB17B'

red 12 ◦ green 177 ◦ blue 123

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

Shades of Mountain Meadow #0CB17B

Tints of Mountain Meadow #0CB17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 56.73%

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 3.85%
G = 56.73%
B = 39.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#0CB17B (or 0x0CB17B) is known color: Mountain Meadow. HEX triplet: 0C, B1 and 7B. RGB value is (12,177,123). Sum of RGB (Red+Green+Blue) = 12+177+123=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB17B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB17B is #F34E84. Grayscale: #797979. Windows color (decimal): -15945349 or 8106252. OLE color: 8106252.

HSL color Cylindrical-coordinate representation of color #0CB17B: hue angle of 160.36º 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 #0CB17B is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 177 123 -
CMYK 0.93 0 0.31 0.31
HSL 160.36º 0.87% 0.37% -
HSV(B) 160.36º 0.93% 0.69% -
XYZ 19.45 32.95 24.07 -
YUV 121.51 128.84 49.89 -
System Red Green Blue C M Y K H S L
Decimal 12 177 123 0.93 0 0.31 0.31 160.36 0.87 0.37
Hex C B1 7B 5D 0 1F 1F A0 57 25
Octal 14 261 173 135 0 37 37 240 127 45
Binary 1100 10110001 1111011 1011101 0 11111 11111 10100000 1010111 100101

Color Harmonies of #0CB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB17B

Black with #0CB17B

Text Example


Text Example

White with #0CB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,177,123); }

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

background-color css

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

 a { background-color: rgb(12,177,123); }

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

border-color css

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

 span { border-color: rgb(12,177,123); }

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