Html Css Color HEX #12C094 Mountain Meadow

📋 copy color: '#12C094'

red 18 ◦ green 192 ◦ blue 148

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

Shades of Mountain Meadow #12C094

Tints of Mountain Meadow #12C094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.63%

 BLUE value IS 148 (58.2% from 255) = 41.34%

R = 5.03%
G = 53.63%
B = 41.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#12C094 (or 0x12C094) is known color: Mountain Meadow. HEX triplet: 12, C0 and 94. RGB value is (18,192,148). Sum of RGB (Red+Green+Blue) = 18+192+148=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #12C094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C094 is #ED3F6B. Grayscale: #868686. Windows color (decimal): -15548268 or 9748498. OLE color: 9748498.

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

Color convert

RGB 18 192 148 -
CMYK 0.91 0 0.23 0.25
HSL 164.83º 0.83% 0.41% -
HSV(B) 164.83º 0.91% 0.75% -
XYZ 24.44 39.97 34.44 -
YUV 134.96 135.35 44.58 -
System Red Green Blue C M Y K H S L
Decimal 18 192 148 0.91 0 0.23 0.25 164.83 0.83 0.41
Hex 12 C0 94 5B 0 17 19 A5 53 29
Octal 22 300 224 133 0 27 31 245 123 51
Binary 10010 11000000 10010100 1011011 0 10111 11001 10100101 1010011 101001

Color Harmonies of #12C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C094

Black with #12C094

Text Example


Text Example

White with #12C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,148); }

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

background-color css

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

 a { background-color: rgb(18,192,148); }

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

border-color css

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

 span { border-color: rgb(18,192,148); }

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