Html Css Color HEX #12B97E Mountain Meadow

📋 copy color: '#12B97E'

red 18 ◦ green 185 ◦ blue 126

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

Shades of Mountain Meadow #12B97E

Tints of Mountain Meadow #12B97E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.23%

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

R = 5.47%
G = 56.23%
B = 38.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#12B97E (or 0x12B97E) is known color: Mountain Meadow. HEX triplet: 12, B9 and 7E. RGB value is (18,185,126). Sum of RGB (Red+Green+Blue) = 18+185+126=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #12B97E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B97E is #ED4681. Grayscale: #808080. Windows color (decimal): -15550082 or 8304914. OLE color: 8304914.

HSL color Cylindrical-coordinate representation of color #12B97E: hue angle of 158.8º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B97E is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 126 -
CMYK 0.90 0 0.32 0.27
HSL 158.8º 0.82% 0.4% -
HSV(B) 158.8º 0.9% 0.73% -
XYZ 21.36 36.33 25.63 -
YUV 128.34 126.67 49.3 -
System Red Green Blue C M Y K H S L
Decimal 18 185 126 0.90 0 0.32 0.27 158.8 0.82 0.4
Hex 12 B9 7E 5A 0 20 1B 9F 52 28
Octal 22 271 176 132 0 40 33 237 122 50
Binary 10010 10111001 1111110 1011010 0 100000 11011 10011111 1010010 101000

Color Harmonies of #12B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B97E

Black with #12B97E

Text Example


Text Example

White with #12B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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