Html Css Color HEX #12C078 Mountain Meadow

📋 copy color: '#12C078'

red 18 ◦ green 192 ◦ blue 120

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

Shades of Mountain Meadow #12C078

Tints of Mountain Meadow #12C078

RGB

 RED value IS 18 (7.42% from 255) = 5.45%

 GREEN value IS 192 (75.39% from 255) = 58.18%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 5.45%
G = 58.18%
B = 36.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#12C078 (or 0x12C078) is known color: Mountain Meadow. HEX triplet: 12, C0 and 78. RGB value is (18,192,120). Sum of RGB (Red+Green+Blue) = 18+192+120=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #12C078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C078 is #ED3F87. Grayscale: #838383. Windows color (decimal): -15548296 or 7913490. OLE color: 7913490.

HSL color Cylindrical-coordinate representation of color #12C078: hue angle of 155.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C078 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 120 -
CMYK 0.91 0 0.38 0.25
HSL 155.17º 0.83% 0.41% -
HSV(B) 155.17º 0.91% 0.75% -
XYZ 22.49 39.18 24.15 -
YUV 131.77 121.35 46.85 -
System Red Green Blue C M Y K H S L
Decimal 18 192 120 0.91 0 0.38 0.25 155.17 0.83 0.41
Hex 12 C0 78 5B 0 26 19 9B 53 29
Octal 22 300 170 133 0 46 31 233 123 51
Binary 10010 11000000 1111000 1011011 0 100110 11001 10011011 1010011 101001

Color Harmonies of #12C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C078

Black with #12C078

Text Example


Text Example

White with #12C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12C078; }

 p { color: rgb(18,192,120); }

 H1.HeaderClassName
 {
   color: #12C078;
 }
 .AnyTagClassName
 {
   color: #12C078;
 }
</style>

background-color css

<style>
 a { background-color: #12C078; }

 a { background-color: rgb(18,192,120); }

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

border-color css

<style>
 span { border-color: #12C078; }

 span { border-color: rgb(18,192,120); }

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