#12B17C

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

Shades of Mountain Meadow #12B17C

Tints of Mountain Meadow #12B17C

Color information

#12B17C (or 0x12B17C) is unknown color: approx Mountain Meadow. HEX triplet: 12, B1 and 7C. RGB value is (18,177,124). Sum of RGB (Red+Green+Blue) = 18+177+124=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #12B17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B17C is #ED4E83. Grayscale: #7B7B7B. Windows color (decimal): -15552132 or 8171794. OLE color: 8171794.

HSL color Cylindrical-coordinate representation of color #12B17C: hue angle of 160º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B17C is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB18177124-
CMYK0.9000.300.31
HSL160º81.54%38.24%-
HSV(B)160º89.83%69.41%-
XYZ19.6133.0324.41-
YUV123.42128.3252.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=5.64%
G=55.49%
B=38.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181771240.9000.300.3116081.5438.24
Hex12B17C5A01E1Fa05226
Octal222611741320363724012246
Binary10010101100011111100101101001111011111101000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,177,124); }

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

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

 a { background-color: rgb(18,177,124); }

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

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

 span { border-color: rgb(18,177,124); }

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