Html Css Color HEX #0CC279 Mountain Meadow

📋 copy color: '#0CC279'

red 12 ◦ green 194 ◦ blue 121

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

Shades of Mountain Meadow #0CC279

Tints of Mountain Meadow #0CC279

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

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

R = 3.67%
G = 59.33%
B = 37%

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

#0CC279 (or 0x0CC279) is known color: Mountain Meadow. HEX triplet: 0C, C2 and 79. RGB value is (12,194,121). Sum of RGB (Red+Green+Blue) = 12+194+121=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC279 is #F33D86. Grayscale: #838383. Windows color (decimal): -15940999 or 7979532. OLE color: 7979532.

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

Color convert

RGB 12 194 121 -
CMYK 0.94 0 0.38 0.24
HSL 155.93º 0.88% 0.4% -
HSV(B) 155.93º 0.94% 0.76% -
XYZ 22.89 40.04 24.61 -
YUV 131.26 122.2 42.94 -
System Red Green Blue C M Y K H S L
Decimal 12 194 121 0.94 0 0.38 0.24 155.93 0.88 0.4
Hex C C2 79 5E 0 26 18 9C 58 28
Octal 14 302 171 136 0 46 30 234 130 50
Binary 1100 11000010 1111001 1011110 0 100110 11000 10011100 1011000 101000

Color Harmonies of #0CC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC279

Black with #0CC279

Text Example


Text Example

White with #0CC279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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