Html Css Color HEX #12C682 Mountain Meadow

📋 copy color: '#12C682'

red 18 ◦ green 198 ◦ blue 130

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

Shades of Mountain Meadow #12C682

Tints of Mountain Meadow #12C682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.23%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 5.2%
G = 57.23%
B = 37.57%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#12C682 (or 0x12C682) is known color: Mountain Meadow. HEX triplet: 12, C6 and 82. RGB value is (18,198,130). Sum of RGB (Red+Green+Blue) = 18+198+130=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #12C682 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C682 is #ED397D. Grayscale: #888888. Windows color (decimal): -15546750 or 8570386. OLE color: 8570386.

HSL color Cylindrical-coordinate representation of color #12C682: hue angle of 157.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C682 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 198 130 -
CMYK 0.91 0 0.34 0.22
HSL 157.33º 0.83% 0.42% -
HSV(B) 157.33º 0.91% 0.78% -
XYZ 24.47 42.13 27.96 -
YUV 136.43 124.37 43.53 -
System Red Green Blue C M Y K H S L
Decimal 18 198 130 0.91 0 0.34 0.22 157.33 0.83 0.42
Hex 12 C6 82 5B 0 22 16 9D 53 2A
Octal 22 306 202 133 0 42 26 235 123 52
Binary 10010 11000110 10000010 1011011 0 100010 10110 10011101 1010011 101010

Color Harmonies of #12C682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C682

Black with #12C682

Text Example


Text Example

White with #12C682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,130); }

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

background-color css

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

 a { background-color: rgb(18,198,130); }

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

border-color css

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

 span { border-color: rgb(18,198,130); }

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