Html Css Color HEX #0CB47B Mountain Meadow

📋 copy color: '#0CB47B'

red 12 ◦ green 180 ◦ blue 123

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

Shades of Mountain Meadow #0CB47B

Tints of Mountain Meadow #0CB47B

RGB

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

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

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

R = 3.81%
G = 57.14%
B = 39.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#0CB47B (or 0x0CB47B) is known color: Mountain Meadow. HEX triplet: 0C, B4 and 7B. RGB value is (12,180,123). Sum of RGB (Red+Green+Blue) = 12+180+123=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB47B is #F34B84. Grayscale: #7B7B7B. Windows color (decimal): -15944581 or 8107020. OLE color: 8107020.

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

Color convert

RGB 12 180 123 -
CMYK 0.93 0 0.32 0.29
HSL 159.64º 0.88% 0.38% -
HSV(B) 159.64º 0.93% 0.71% -
XYZ 20.05 34.15 24.27 -
YUV 123.27 127.84 48.63 -
System Red Green Blue C M Y K H S L
Decimal 12 180 123 0.93 0 0.32 0.29 159.64 0.88 0.38
Hex C B4 7B 5D 0 20 1D A0 58 26
Octal 14 264 173 135 0 40 35 240 130 46
Binary 1100 10110100 1111011 1011101 0 100000 11101 10100000 1011000 100110

Color Harmonies of #0CB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB47B

Black with #0CB47B

Text Example


Text Example

White with #0CB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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