#12C386

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

Shades of Mountain Meadow #12C386

Tints of Mountain Meadow #12C386

Color information

#12C386 (or 0x12C386) is unknown color: approx Mountain Meadow. HEX triplet: 12, C3 and 86. RGB value is (18,195,134). Sum of RGB (Red+Green+Blue) = 18+195+134=347 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.19% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #12C386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C386 is #ED3C79. Grayscale: #878787. Windows color (decimal): -15547514 or 8831762. OLE color: 8831762.

HSL color Cylindrical-coordinate representation of color #12C386: hue angle of 159.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C386 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB18195134-
CMYK0.9100.310.24
HSL159.32º83.1%41.76%-
HSV(B)159.32º90.77%76.47%-
XYZ24.0740.8829.18-
YUV135.12127.3644.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.19%
GREEN value IS 195 (76.56% from 255) = 56.20%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=5.19%
G=56.20%
B=38.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181951340.9100.310.24159.3283.141.76
Hex12C3865B01F189f532a
Octal223032061330373023712352
Binary100101100001110000110101101101111111000100111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,195,134); }

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

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

 a { background-color: rgb(18,195,134); }

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

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

 span { border-color: rgb(18,195,134); }

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