#12B47A

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

Shades of Mountain Meadow #12B47A

Tints of Mountain Meadow #12B47A

Color information

#12B47A (or 0x12B47A) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 7A. RGB value is (18,180,122). Sum of RGB (Red+Green+Blue) = 18+180+122=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #12B47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B47A is #ED4B85. Grayscale: #7D7D7D. Windows color (decimal): -15551366 or 8041490. OLE color: 8041490.

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

Color convert

RGB18180122-
CMYK0.900.320.29
HSL158.52º81.82%38.82%-
HSV(B)158.52º90%70.59%-
XYZ20.0834.1823.95-
YUV124.95126.3351.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 180 (70.70% from 255) = 56.25%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=5.62%
G=56.25%
B=38.12%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801220.900.320.29158.5281.8238.82
Hex12B47A5A0201D9f5227
Octal222641721320403523712247
Binary100101011010011110101011010010000011101100111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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