Html Css Color HEX #12B87C Mountain Meadow

📋 copy color: '#12B87C'

red 18 ◦ green 184 ◦ blue 124

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

Shades of Mountain Meadow #12B87C

Tints of Mountain Meadow #12B87C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 5.52%
G = 56.44%
B = 38.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#12B87C (or 0x12B87C) is known color: Mountain Meadow. HEX triplet: 12, B8 and 7C. RGB value is (18,184,124). Sum of RGB (Red+Green+Blue) = 18+184+124=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #12B87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B87C is #ED4783. Grayscale: #7F7F7F. Windows color (decimal): -15550340 or 8173586. OLE color: 8173586.

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

Color convert

RGB 18 184 124 -
CMYK 0.90 0 0.33 0.28
HSL 158.31º 0.82% 0.4% -
HSV(B) 158.31º 0.9% 0.72% -
XYZ 21.03 35.86 24.88 -
YUV 127.53 126 49.88 -
System Red Green Blue C M Y K H S L
Decimal 18 184 124 0.90 0 0.33 0.28 158.31 0.82 0.4
Hex 12 B8 7C 5A 0 21 1C 9E 52 28
Octal 22 270 174 132 0 41 34 236 122 50
Binary 10010 10111000 1111100 1011010 0 100001 11100 10011110 1010010 101000

Color Harmonies of #12B87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B87C

Black with #12B87C

Text Example


Text Example

White with #12B87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,124); }

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

background-color css

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

 a { background-color: rgb(18,184,124); }

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

border-color css

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

 span { border-color: rgb(18,184,124); }

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