Html Css Color HEX #12C58E Mountain Meadow

📋 copy color: '#12C58E'

red 18 ◦ green 197 ◦ blue 142

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

Shades of Mountain Meadow #12C58E

Tints of Mountain Meadow #12C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.18%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 5.04%
G = 55.18%
B = 39.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#12C58E (or 0x12C58E) is known color: Mountain Meadow. HEX triplet: 12, C5 and 8E. RGB value is (18,197,142). Sum of RGB (Red+Green+Blue) = 18+197+142=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #12C58E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C58E is #ED3A71. Grayscale: #898989. Windows color (decimal): -15546994 or 9356562. OLE color: 9356562.

HSL color Cylindrical-coordinate representation of color #12C58E: hue angle of 161.56º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C58E is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 142 -
CMYK 0.91 0 0.28 0.23
HSL 161.56º 0.83% 0.42% -
HSV(B) 161.56º 0.91% 0.77% -
XYZ 25.1 42.01 32.38 -
YUV 137.21 130.7 42.97 -
System Red Green Blue C M Y K H S L
Decimal 18 197 142 0.91 0 0.28 0.23 161.56 0.83 0.42
Hex 12 C5 8E 5B 0 1C 17 A2 53 2A
Octal 22 305 216 133 0 34 27 242 123 52
Binary 10010 11000101 10001110 1011011 0 11100 10111 10100010 1010011 101010

Color Harmonies of #12C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C58E

Black with #12C58E

Text Example


Text Example

White with #12C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,142); }

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

background-color css

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

 a { background-color: rgb(18,197,142); }

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

border-color css

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

 span { border-color: rgb(18,197,142); }

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