#12B78A

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

Shades of Mountain Meadow #12B78A

Tints of Mountain Meadow #12B78A

Color information

#12B78A (or 0x12B78A) is unknown color: approx Mountain Meadow. HEX triplet: 12, B7 and 8A. RGB value is (18,183,138). Sum of RGB (Red+Green+Blue) = 18+183+138=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #12B78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B78A is #ED4875. Grayscale: #808080. Windows color (decimal): -15550582 or 9090834. OLE color: 9090834.

HSL color Cylindrical-coordinate representation of color #12B78A: hue angle of 163.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B78A is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18183138-
CMYK0.9000.250.28
HSL163.64º82.09%39.41%-
HSV(B)163.64º90.16%71.76%-
XYZ21.7735.8329.81-
YUV128.54133.3449.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=5.31%
G=53.98%
B=40.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831380.9000.250.28163.6482.0939.41
Hex12B78A5A0191Ca45227
Octal222672121320313424412247
Binary100101011011110001010101101001100111100101001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,138); }

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

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

 a { background-color: rgb(18,183,138); }

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

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

 span { border-color: rgb(18,183,138); }

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