#12AC90

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

Shades of Mountain Meadow #12AC90

Tints of Mountain Meadow #12AC90

Color information

#12AC90 (or 0x12AC90) is unknown color: approx Mountain Meadow. HEX triplet: 12, AC and 90. RGB value is (18,172,144). Sum of RGB (Red+Green+Blue) = 18+172+144=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC90 is #ED536F. Grayscale: #7A7A7A. Windows color (decimal): -15553392 or 9481234. OLE color: 9481234.

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

Color convert

RGB18172144-
CMYK0.9000.160.33
HSL169.09º81.05%37.25%-
HSV(B)169.09º89.53%67.45%-
XYZ20.0431.6531.44-
YUV122.76139.9853.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.39%
GREEN value IS 172 (67.58% from 255) = 51.50%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=5.39%
G=51.50%
B=43.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181721440.9000.160.33169.0981.0537.25
Hex12AC905A01021a95125
Octal222542201320204125112145
Binary1001010101100100100001011010010000100001101010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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