#12AB7A

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

Shades of Mountain Meadow #12AB7A

Tints of Mountain Meadow #12AB7A

Color information

#12AB7A (or 0x12AB7A) is unknown color: approx Mountain Meadow. HEX triplet: 12, AB and 7A. RGB value is (18,171,122). Sum of RGB (Red+Green+Blue) = 18+171+122=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB7A is #ED5485. Grayscale: #777777. Windows color (decimal): -15553670 or 8039186. OLE color: 8039186.

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

Color convert

RGB18171122-
CMYK0.8900.290.33
HSL160.78º80.95%37.06%-
HSV(B)160.78º89.47%67.06%-
XYZ18.3330.6623.36-
YUV119.67129.3155.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.79%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=5.79%
G=54.98%
B=39.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181711220.8900.290.33160.7880.9537.06
Hex12AB7A5901D21a15125
Octal222531721310354124112145
Binary100101010101111110101011001011101100001101000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,171,122); }

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

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

 a { background-color: rgb(18,171,122); }

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

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

 span { border-color: rgb(18,171,122); }

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