#12AC8F

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

Shades of Mountain Meadow #12AC8F

Tints of Mountain Meadow #12AC8F

Color information

#12AC8F (or 0x12AC8F) is unknown color: approx Mountain Meadow. HEX triplet: 12, AC and 8F. RGB value is (18,172,143). Sum of RGB (Red+Green+Blue) = 18+172+143=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC8F is #ED5370. Grayscale: #7A7A7A. Windows color (decimal): -15553393 or 9415698. OLE color: 9415698.

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

Color convert

RGB18172143-
CMYK0.9000.170.33
HSL168.7º81.05%37.25%-
HSV(B)168.7º89.53%67.45%-
XYZ19.9631.6231.04-
YUV122.65139.4853.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=5.41%
G=51.65%
B=42.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721430.9000.170.33168.781.0537.25
Hex12AC8F5A01121a95125
Octal222542171320214125112145
Binary1001010101100100011111011010010001100001101010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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