Html Css Color HEX #12C689 Mountain Meadow

📋 copy color: '#12C689'

red 18 ◦ green 198 ◦ blue 137

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

Shades of Mountain Meadow #12C689

Tints of Mountain Meadow #12C689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 5.1%
G = 56.09%
B = 38.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#12C689 (or 0x12C689) is known color: Mountain Meadow. HEX triplet: 12, C6 and 89. RGB value is (18,198,137). Sum of RGB (Red+Green+Blue) = 18+198+137=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #12C689 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C689 is #ED3976. Grayscale: #898989. Windows color (decimal): -15546743 or 9029138. OLE color: 9029138.

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

Color convert

RGB 18 198 137 -
CMYK 0.91 0 0.31 0.22
HSL 159.67º 0.83% 0.42% -
HSV(B) 159.67º 0.91% 0.78% -
XYZ 24.96 42.32 30.52 -
YUV 137.23 127.87 42.96 -
System Red Green Blue C M Y K H S L
Decimal 18 198 137 0.91 0 0.31 0.22 159.67 0.83 0.42
Hex 12 C6 89 5B 0 1F 16 A0 53 2A
Octal 22 306 211 133 0 37 26 240 123 52
Binary 10010 11000110 10001001 1011011 0 11111 10110 10100000 1010011 101010

Color Harmonies of #12C689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C689

Black with #12C689

Text Example


Text Example

White with #12C689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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