Html Css Color HEX #12C57B Mountain Meadow

📋 copy color: '#12C57B'

red 18 ◦ green 197 ◦ blue 123

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

Shades of Mountain Meadow #12C57B

Tints of Mountain Meadow #12C57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 5.33%
G = 58.28%
B = 36.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#12C57B (or 0x12C57B) is known color: Mountain Meadow. HEX triplet: 12, C5 and 7B. RGB value is (18,197,123). Sum of RGB (Red+Green+Blue) = 18+197+123=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #12C57B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C57B is #ED3A84. Grayscale: #878787. Windows color (decimal): -15547013 or 8111378. OLE color: 8111378.

HSL color Cylindrical-coordinate representation of color #12C57B: hue angle of 155.2º 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 #12C57B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 123 -
CMYK 0.91 0 0.38 0.23
HSL 155.2º 0.83% 0.42% -
HSV(B) 155.2º 0.91% 0.77% -
XYZ 23.79 41.49 25.49 -
YUV 135.04 121.2 44.52 -
System Red Green Blue C M Y K H S L
Decimal 18 197 123 0.91 0 0.38 0.23 155.2 0.83 0.42
Hex 12 C5 7B 5B 0 26 17 9B 53 2A
Octal 22 305 173 133 0 46 27 233 123 52
Binary 10010 11000101 1111011 1011011 0 100110 10111 10011011 1010011 101010

Color Harmonies of #12C57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C57B

Black with #12C57B

Text Example


Text Example

White with #12C57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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