#12B485

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

Shades of Mountain Meadow #12B485

Tints of Mountain Meadow #12B485

Color information

#12B485 (or 0x12B485) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 85. RGB value is (18,180,133). Sum of RGB (Red+Green+Blue) = 18+180+133=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 180 (70.70% from 255 or 54.38% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 180 - color contains mainly: green. Hex color #12B485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B485 is #ED4B7A. Grayscale: #7E7E7E. Windows color (decimal): -15551355 or 8762386. OLE color: 8762386.

HSL color Cylindrical-coordinate representation of color #12B485: hue angle of 162.59º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B485 is Cyan = 0.9, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18180133-
CMYK0.900.260.29
HSL162.59º81.82%38.82%-
HSV(B)162.59º90%70.59%-
XYZ20.834.4627.75-
YUV126.2131.8350.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.44%
GREEN value IS 180 (70.70% from 255) = 54.38%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=5.44%
G=54.38%
B=40.18%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801330.900.260.29162.5981.8238.82
Hex12B4855A01A1Da35227
Octal222642051320323524312247
Binary100101011010010000101101101001101011101101000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,180,133); }

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

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

 a { background-color: rgb(18,180,133); }

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

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

 span { border-color: rgb(18,180,133); }

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