#12B790

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

Shades of Mountain Meadow #12B790

Tints of Mountain Meadow #12B790

Color information

#12B790 (or 0x12B790) is unknown color: approx Mountain Meadow. HEX triplet: 12, B7 and 90. RGB value is (18,183,144). Sum of RGB (Red+Green+Blue) = 18+183+144=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #12B790 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B790 is #ED486F. Grayscale: #818181. Windows color (decimal): -15550576 or 9484050. OLE color: 9484050.

HSL color Cylindrical-coordinate representation of color #12B790: hue angle of 165.82º 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 #12B790 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB18183144-
CMYK0.9000.210.28
HSL165.82º82.09%39.41%-
HSV(B)165.82º90.16%71.76%-
XYZ22.2236.0132.17-
YUV129.22136.3448.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 183 (71.88% from 255) = 53.04%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=5.22%
G=53.04%
B=41.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831440.9000.210.28165.8282.0939.41
Hex12B7905A0151Ca65227
Octal222672201320253424612247
Binary100101011011110010000101101001010111100101001101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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