#12A47F

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

Shades of Mountain Meadow #12A47F

Tints of Mountain Meadow #12A47F

Color information

#12A47F (or 0x12A47F) is unknown color: approx Mountain Meadow. HEX triplet: 12, A4 and 7F. RGB value is (18,164,127). Sum of RGB (Red+Green+Blue) = 18+164+127=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #12A47F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A47F is #ED5B80. Grayscale: #747474. Windows color (decimal): -15555457 or 8365074. OLE color: 8365074.

HSL color Cylindrical-coordinate representation of color #12A47F: hue angle of 164.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A47F is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB18164127-
CMYK0.8900.230.36
HSL164.79º80.22%35.69%-
HSV(B)164.79º89.02%64.31%-
XYZ17.3628.2124.61-
YUV116.13134.1358.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 127 (50% from 255) = 41.10%
R=5.83%
G=53.07%
B=41.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641270.8900.230.36164.7980.2235.69
Hex12A47F5901724a55024
Octal222441771310274424512044
Binary100101010010011111111011001010111100100101001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,127); }

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

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

 a { background-color: rgb(18,164,127); }

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

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

 span { border-color: rgb(18,164,127); }

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