Html Css Color HEX #0CC47B Mountain Meadow

📋 copy color: '#0CC47B'

red 12 ◦ green 196 ◦ blue 123

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

Shades of Mountain Meadow #0CC47B

Tints of Mountain Meadow #0CC47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.21%

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

R = 3.63%
G = 59.21%
B = 37.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#0CC47B (or 0x0CC47B) is known color: Mountain Meadow. HEX triplet: 0C, C4 and 7B. RGB value is (12,196,123). Sum of RGB (Red+Green+Blue) = 12+196+123=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC47B is #F33B84. Grayscale: #848484. Windows color (decimal): -15940485 or 8111116. OLE color: 8111116.

HSL color Cylindrical-coordinate representation of color #0CC47B: hue angle of 156.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC47B is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 196 123 -
CMYK 0.94 0 0.37 0.23
HSL 156.2º 0.88% 0.41% -
HSV(B) 156.2º 0.94% 0.77% -
XYZ 23.47 40.99 25.41 -
YUV 132.66 122.54 41.94 -
System Red Green Blue C M Y K H S L
Decimal 12 196 123 0.94 0 0.37 0.23 156.2 0.88 0.41
Hex C C4 7B 5E 0 25 17 9C 58 29
Octal 14 304 173 136 0 45 27 234 130 51
Binary 1100 11000100 1111011 1011110 0 100101 10111 10011100 1011000 101001

Color Harmonies of #0CC47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC47B

Black with #0CC47B

Text Example


Text Example

White with #0CC47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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