#12B593

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

Shades of Mountain Meadow #12B593

Tints of Mountain Meadow #12B593

Color information

#12B593 (or 0x12B593) is unknown color: approx Mountain Meadow. HEX triplet: 12, B5 and 93. RGB value is (18,181,147). Sum of RGB (Red+Green+Blue) = 18+181+147=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #12B593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B593 is #ED4A6C. Grayscale: #808080. Windows color (decimal): -15551085 or 9680146. OLE color: 9680146.

HSL color Cylindrical-coordinate representation of color #12B593: hue angle of 167.48º 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 #12B593 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18181147-
CMYK0.9000.190.29
HSL167.48º81.91%39.02%-
HSV(B)167.48º90.06%70.98%-
XYZ22.0435.2833.25-
YUV128.39138.549.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.20%
GREEN value IS 181 (71.09% from 255) = 52.31%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=5.20%
G=52.31%
B=42.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181811470.9000.190.29167.4881.9139.02
Hex12B5935A0131Da75227
Octal222652231320233524712247
Binary100101011010110010011101101001001111101101001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,181,147); }

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

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

 a { background-color: rgb(18,181,147); }

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

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

 span { border-color: rgb(18,181,147); }

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