Html Css Color HEX #0CC379 Mountain Meadow

📋 copy color: '#0CC379'

red 12 ◦ green 195 ◦ blue 121

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

Shades of Mountain Meadow #0CC379

Tints of Mountain Meadow #0CC379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 3.66%
G = 59.45%
B = 36.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#0CC379 (or 0x0CC379) is known color: Mountain Meadow. HEX triplet: 0C, C3 and 79. RGB value is (12,195,121). Sum of RGB (Red+Green+Blue) = 12+195+121=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #0CC379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC379 is #F33C86. Grayscale: #838383. Windows color (decimal): -15940743 or 7979788. OLE color: 7979788.

HSL color Cylindrical-coordinate representation of color #0CC379: hue angle of 155.74º 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 #0CC379 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 12 195 121 -
CMYK 0.94 0 0.38 0.24
HSL 155.74º 0.88% 0.41% -
HSV(B) 155.74º 0.94% 0.76% -
XYZ 23.12 40.49 24.69 -
YUV 131.85 121.87 42.52 -
System Red Green Blue C M Y K H S L
Decimal 12 195 121 0.94 0 0.38 0.24 155.74 0.88 0.41
Hex C C3 79 5E 0 26 18 9C 58 29
Octal 14 303 171 136 0 46 30 234 130 51
Binary 1100 11000011 1111001 1011110 0 100110 11000 10011100 1011000 101001

Color Harmonies of #0CC379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC379

Black with #0CC379

Text Example


Text Example

White with #0CC379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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