#12A489

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

Shades of Mountain Meadow #12A489

Tints of Mountain Meadow #12A489

Color information

#12A489 (or 0x12A489) is unknown color: approx Mountain Meadow. HEX triplet: 12, A4 and 89. RGB value is (18,164,137). Sum of RGB (Red+Green+Blue) = 18+164+137=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #12A489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A489 is #ED5B76. Grayscale: #757575. Windows color (decimal): -15555447 or 9020434. OLE color: 9020434.

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

Color convert

RGB18164137-
CMYK0.8900.160.36
HSL168.9º80.22%35.69%-
HSV(B)168.9º89.02%64.31%-
XYZ18.0428.4928.21-
YUV117.27139.1357.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 164 (64.45% from 255) = 51.41%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=5.64%
G=51.41%
B=42.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641370.8900.160.36168.980.2235.69
Hex12A4895901024a95024
Octal222442111310204425112044
Binary1001010100100100010011011001010000100100101010011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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