Html Css Color HEX #12B47E Mountain Meadow

📋 copy color: '#12B47E'

red 18 ◦ green 180 ◦ blue 126

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

Shades of Mountain Meadow #12B47E

Tints of Mountain Meadow #12B47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 5.56%
G = 55.56%
B = 38.89%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#12B47E (or 0x12B47E) is known color: Mountain Meadow. HEX triplet: 12, B4 and 7E. RGB value is (18,180,126). Sum of RGB (Red+Green+Blue) = 18+180+126=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #12B47E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B47E is #ED4B81. Grayscale: #7D7D7D. Windows color (decimal): -15551362 or 8303634. OLE color: 8303634.

HSL color Cylindrical-coordinate representation of color #12B47E: hue angle of 160º 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 #12B47E is Cyan = 0.9, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 180 126 -
CMYK 0.9 0 0.3 0.29
HSL 160º 0.82% 0.39% -
HSV(B) 160º 0.9% 0.71% -
XYZ 20.34 34.28 25.28 -
YUV 125.41 128.33 51.39 -
System Red Green Blue C M Y K H S L
Decimal 18 180 126 0.9 0 0.3 0.29 160 0.82 0.39
Hex 12 B4 7E 5A 0 1E 1D A0 52 27
Octal 22 264 176 132 0 36 35 240 122 47
Binary 10010 10110100 1111110 1011010 0 11110 11101 10100000 1010010 100111

Color Harmonies of #12B47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B47E

Black with #12B47E

Text Example


Text Example

White with #12B47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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