Html Css Color HEX #12B389 Mountain Meadow

📋 copy color: '#12B389'

red 18 ◦ green 179 ◦ blue 137

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

Shades of Mountain Meadow #12B389

Tints of Mountain Meadow #12B389

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.59%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 5.39%
G = 53.59%
B = 41.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#12B389 (or 0x12B389) is known color: Mountain Meadow. HEX triplet: 12, B3 and 89. RGB value is (18,179,137). Sum of RGB (Red+Green+Blue) = 18+179+137=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #12B389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B389 is #ED4C76. Grayscale: #7E7E7E. Windows color (decimal): -15551607 or 9024274. OLE color: 9024274.

HSL color Cylindrical-coordinate representation of color #12B389: hue angle of 164.35º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B389 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 137 -
CMYK 0.90 0 0.23 0.30
HSL 164.35º 0.82% 0.39% -
HSV(B) 164.35º 0.9% 0.7% -
XYZ 20.88 34.17 29.16 -
YUV 126.07 134.16 50.92 -
System Red Green Blue C M Y K H S L
Decimal 18 179 137 0.90 0 0.23 0.30 164.35 0.82 0.39
Hex 12 B3 89 5A 0 17 1E A4 52 27
Octal 22 263 211 132 0 27 36 244 122 47
Binary 10010 10110011 10001001 1011010 0 10111 11110 10100100 1010010 100111

Color Harmonies of #12B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B389

Black with #12B389

Text Example


Text Example

White with #12B389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,137); }

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

background-color css

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

 a { background-color: rgb(18,179,137); }

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

border-color css

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

 span { border-color: rgb(18,179,137); }

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