Html Css Color HEX #12BC6F Mountain Meadow

📋 copy color: '#12BC6F'

red 18 ◦ green 188 ◦ blue 111

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

Shades of Mountain Meadow #12BC6F

Tints of Mountain Meadow #12BC6F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 5.68%
G = 59.31%
B = 35.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#12BC6F (or 0x12BC6F) is known color: Mountain Meadow. HEX triplet: 12, BC and 6F. RGB value is (18,188,111). Sum of RGB (Red+Green+Blue) = 18+188+111=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC6F is #ED4390. Grayscale: #808080. Windows color (decimal): -15549329 or 7322642. OLE color: 7322642.

HSL color Cylindrical-coordinate representation of color #12BC6F: hue angle of 152.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC6F is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 111 -
CMYK 0.90 0 0.41 0.26
HSL 152.82º 0.83% 0.4% -
HSV(B) 152.82º 0.9% 0.74% -
XYZ 21.1 37.24 21.12 -
YUV 128.39 118.18 49.26 -
System Red Green Blue C M Y K H S L
Decimal 18 188 111 0.90 0 0.41 0.26 152.82 0.83 0.4
Hex 12 BC 6F 5A 0 29 1A 99 53 28
Octal 22 274 157 132 0 51 32 231 123 50
Binary 10010 10111100 1101111 1011010 0 101001 11010 10011001 1010011 101000

Color Harmonies of #12BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC6F

Black with #12BC6F

Text Example


Text Example

White with #12BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,111); }

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

background-color css

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

 a { background-color: rgb(18,188,111); }

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

border-color css

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

 span { border-color: rgb(18,188,111); }

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