Html Css Color HEX #12C092 Mountain Meadow

📋 copy color: '#12C092'

red 18 ◦ green 192 ◦ blue 146

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

Shades of Mountain Meadow #12C092

Tints of Mountain Meadow #12C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.01%

R = 5.06%
G = 53.93%
B = 41.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#12C092 (or 0x12C092) is known color: Mountain Meadow. HEX triplet: 12, C0 and 92. RGB value is (18,192,146). Sum of RGB (Red+Green+Blue) = 18+192+146=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #12C092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C092 is #ED3F6D. Grayscale: #868686. Windows color (decimal): -15548270 or 9617426. OLE color: 9617426.

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

Color convert

RGB 18 192 146 -
CMYK 0.91 0 0.24 0.25
HSL 164.14º 0.83% 0.41% -
HSV(B) 164.14º 0.91% 0.75% -
XYZ 24.29 39.9 33.62 -
YUV 134.73 134.35 44.74 -
System Red Green Blue C M Y K H S L
Decimal 18 192 146 0.91 0 0.24 0.25 164.14 0.83 0.41
Hex 12 C0 92 5B 0 18 19 A4 53 29
Octal 22 300 222 133 0 30 31 244 123 51
Binary 10010 11000000 10010010 1011011 0 11000 11001 10100100 1010011 101001

Color Harmonies of #12C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C092

Black with #12C092

Text Example


Text Example

White with #12C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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