#12AC7C

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

Shades of Mountain Meadow #12AC7C

Tints of Mountain Meadow #12AC7C

Color information

#12AC7C (or 0x12AC7C) is unknown color: approx Mountain Meadow. HEX triplet: 12, AC and 7C. RGB value is (18,172,124). Sum of RGB (Red+Green+Blue) = 18+172+124=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC7C is #ED5383. Grayscale: #787878. Windows color (decimal): -15553412 or 8170514. OLE color: 8170514.

HSL color Cylindrical-coordinate representation of color #12AC7C: hue angle of 161.3º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC7C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB18172124-
CMYK0.9000.280.33
HSL161.3º81.05%37.25%-
HSV(B)161.3º89.53%67.45%-
XYZ18.6431.0924.09-
YUV120.48129.9854.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 172 (67.58% from 255) = 54.78%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=5.73%
G=54.78%
B=39.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721240.9000.280.33161.381.0537.25
Hex12AC7C5A01C21a15125
Octal222541741320344124112145
Binary100101010110011111001011010011100100001101000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,172,124); }

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

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

 a { background-color: rgb(18,172,124); }

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

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

 span { border-color: rgb(18,172,124); }

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