Html Css Color HEX #12B673 Mountain Meadow

📋 copy color: '#12B673'

red 18 ◦ green 182 ◦ blue 115

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

Shades of Mountain Meadow #12B673

Tints of Mountain Meadow #12B673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 57.78%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 5.71%
G = 57.78%
B = 36.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#12B673 (or 0x12B673) is known color: Mountain Meadow. HEX triplet: 12, B6 and 73. RGB value is (18,182,115). Sum of RGB (Red+Green+Blue) = 18+182+115=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #12B673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B673 is #ED498C. Grayscale: #7D7D7D. Windows color (decimal): -15550861 or 7583250. OLE color: 7583250.

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

Color convert

RGB 18 182 115 -
CMYK 0.90 0 0.37 0.29
HSL 155.49º 0.82% 0.39% -
HSV(B) 155.49º 0.9% 0.71% -
XYZ 20.07 34.82 21.88 -
YUV 125.33 122.17 51.45 -
System Red Green Blue C M Y K H S L
Decimal 18 182 115 0.90 0 0.37 0.29 155.49 0.82 0.39
Hex 12 B6 73 5A 0 25 1D 9B 52 27
Octal 22 266 163 132 0 45 35 233 122 47
Binary 10010 10110110 1110011 1011010 0 100101 11101 10011011 1010010 100111

Color Harmonies of #12B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B673

Black with #12B673

Text Example


Text Example

White with #12B673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,115); }

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

background-color css

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

 a { background-color: rgb(18,182,115); }

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

border-color css

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

 span { border-color: rgb(18,182,115); }

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