#12B48B

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

Shades of Mountain Meadow #12B48B

Tints of Mountain Meadow #12B48B

Color information

#12B48B (or 0x12B48B) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 8B. RGB value is (18,180,139). Sum of RGB (Red+Green+Blue) = 18+180+139=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #12B48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B48B is #ED4B74. Grayscale: #7E7E7E. Windows color (decimal): -15551349 or 9155602. OLE color: 9155602.

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

Color convert

RGB18180139-
CMYK0.900.230.29
HSL164.81º81.82%38.82%-
HSV(B)164.81º90%70.59%-
XYZ21.2334.6429.99-
YUV126.89134.8350.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 180 (70.70% from 255) = 53.41%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=5.34%
G=53.41%
B=41.25%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801390.900.230.29164.8181.8238.82
Hex12B48B5A0171Da55227
Octal222642131320273524512247
Binary100101011010010001011101101001011111101101001011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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