Html Css Color HEX #0CC386 Mountain Meadow

📋 copy color: '#0CC386'

red 12 ◦ green 195 ◦ blue 134

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

Shades of Mountain Meadow #0CC386

Tints of Mountain Meadow #0CC386

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 3.52%
G = 57.18%
B = 39.3%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#0CC386 (or 0x0CC386) is known color: Mountain Meadow. HEX triplet: 0C, C3 and 86. RGB value is (12,195,134). Sum of RGB (Red+Green+Blue) = 12+195+134=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC386 is #F33C79. Grayscale: #858585. Windows color (decimal): -15940730 or 8831756. OLE color: 8831756.

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

Color convert

RGB 12 195 134 -
CMYK 0.94 0 0.31 0.24
HSL 160º 0.88% 0.41% -
HSV(B) 160º 0.94% 0.76% -
XYZ 23.97 40.83 29.17 -
YUV 133.33 128.37 41.46 -
System Red Green Blue C M Y K H S L
Decimal 12 195 134 0.94 0 0.31 0.24 160 0.88 0.41
Hex C C3 86 5E 0 1F 18 A0 58 29
Octal 14 303 206 136 0 37 30 240 130 51
Binary 1100 11000011 10000110 1011110 0 11111 11000 10100000 1011000 101001

Color Harmonies of #0CC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC386

Black with #0CC386

Text Example


Text Example

White with #0CC386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,195,134); }

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

background-color css

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

 a { background-color: rgb(12,195,134); }

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

border-color css

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

 span { border-color: rgb(12,195,134); }

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