Html Css Color HEX #12B67D Mountain Meadow

📋 copy color: '#12B67D'

red 18 ◦ green 182 ◦ blue 125

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

Shades of Mountain Meadow #12B67D

Tints of Mountain Meadow #12B67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 5.54%
G = 56%
B = 38.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#12B67D (or 0x12B67D) is known color: Mountain Meadow. HEX triplet: 12, B6 and 7D. RGB value is (18,182,125). Sum of RGB (Red+Green+Blue) = 18+182+125=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 182 (71.48% from 255 or 56% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 182 - color contains mainly: green. Hex color #12B67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B67D is #ED4982. Grayscale: #7E7E7E. Windows color (decimal): -15550851 or 8238610. OLE color: 8238610.

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

Color convert

RGB 18 182 125 -
CMYK 0.90 0 0.31 0.29
HSL 159.15º 0.82% 0.39% -
HSV(B) 159.15º 0.9% 0.71% -
XYZ 20.68 35.07 25.08 -
YUV 126.47 127.17 50.63 -
System Red Green Blue C M Y K H S L
Decimal 18 182 125 0.90 0 0.31 0.29 159.15 0.82 0.39
Hex 12 B6 7D 5A 0 1F 1D 9F 52 27
Octal 22 266 175 132 0 37 35 237 122 47
Binary 10010 10110110 1111101 1011010 0 11111 11101 10011111 1010010 100111

Color Harmonies of #12B67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B67D

Black with #12B67D

Text Example


Text Example

White with #12B67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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