Html Css Color HEX #12B47C Mountain Meadow

📋 copy color: '#12B47C'

red 18 ◦ green 180 ◦ blue 124

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

Shades of Mountain Meadow #12B47C

Tints of Mountain Meadow #12B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.9%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 5.59%
G = 55.9%
B = 38.51%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#12B47C (or 0x12B47C) is known color: Mountain Meadow. HEX triplet: 12, B4 and 7C. RGB value is (18,180,124). Sum of RGB (Red+Green+Blue) = 18+180+124=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #12B47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B47C is #ED4B83. Grayscale: #7D7D7D. Windows color (decimal): -15551364 or 8172562. OLE color: 8172562.

HSL color Cylindrical-coordinate representation of color #12B47C: hue angle of 159.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B47C is Cyan = 0.9, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 124 -
CMYK 0.9 0 0.31 0.29
HSL 159.26º 0.82% 0.39% -
HSV(B) 159.26º 0.9% 0.71% -
XYZ 20.21 34.23 24.61 -
YUV 125.18 127.33 51.55 -
System Red Green Blue C M Y K H S L
Decimal 18 180 124 0.9 0 0.31 0.29 159.26 0.82 0.39
Hex 12 B4 7C 5A 0 1F 1D 9F 52 27
Octal 22 264 174 132 0 37 35 237 122 47
Binary 10010 10110100 1111100 1011010 0 11111 11101 10011111 1010010 100111

Color Harmonies of #12B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B47C

Black with #12B47C

Text Example


Text Example

White with #12B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,124); }

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

background-color css

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

 a { background-color: rgb(18,180,124); }

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

border-color css

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

 span { border-color: rgb(18,180,124); }

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