Html Css Color HEX #12BF7C Mountain Meadow

📋 copy color: '#12BF7C'

red 18 ◦ green 191 ◦ blue 124

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

Shades of Mountain Meadow #12BF7C

Tints of Mountain Meadow #12BF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 57.36%

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

R = 5.41%
G = 57.36%
B = 37.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#12BF7C (or 0x12BF7C) is known color: Mountain Meadow. HEX triplet: 12, BF and 7C. RGB value is (18,191,124). Sum of RGB (Red+Green+Blue) = 18+191+124=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF7C is #ED4083. Grayscale: #838383. Windows color (decimal): -15548548 or 8175378. OLE color: 8175378.

HSL color Cylindrical-coordinate representation of color #12BF7C: hue angle of 156.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF7C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 124 -
CMYK 0.91 0 0.35 0.25
HSL 156.76º 0.83% 0.41% -
HSV(B) 156.76º 0.91% 0.75% -
XYZ 22.52 38.85 25.38 -
YUV 131.64 123.69 46.95 -
System Red Green Blue C M Y K H S L
Decimal 18 191 124 0.91 0 0.35 0.25 156.76 0.83 0.41
Hex 12 BF 7C 5B 0 23 19 9D 53 29
Octal 22 277 174 133 0 43 31 235 123 51
Binary 10010 10111111 1111100 1011011 0 100011 11001 10011101 1010011 101001

Color Harmonies of #12BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF7C

Black with #12BF7C

Text Example


Text Example

White with #12BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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