#12B492

Color #12B492 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12B492

Tints of Mountain Meadow #12B492

Color information

#12B492 (or 0x12B492) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 92. RGB value is (18,180,146). Sum of RGB (Red+Green+Blue) = 18+180+146=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #12B492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B492 is #ED4B6D. Grayscale: #7F7F7F. Windows color (decimal): -15551342 or 9614354. OLE color: 9614354.

HSL color Cylindrical-coordinate representation of color #12B492: hue angle of 167.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B492 is Cyan = 0.9, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18180146-
CMYK0.900.190.29
HSL167.41º81.82%38.82%-
HSV(B)167.41º90%70.59%-
XYZ21.7634.8532.77-
YUV127.69138.3349.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.23%
GREEN value IS 180 (70.70% from 255) = 52.33%
BLUE value IS 146 (57.42% from 255) = 42.44%
R=5.23%
G=52.33%
B=42.44%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801460.900.190.29167.4181.8238.82
Hex12B4925A0131Da75227
Octal222642221320233524712247
Binary100101011010010010010101101001001111101101001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12B492;
 }
 .AnyTagClassName
 {
   color: #12B492;
 }
</style>
background-color css

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

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

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

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

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

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