#12B474

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

Shades of Mountain Meadow #12B474

Tints of Mountain Meadow #12B474

Color information

#12B474 (or 0x12B474) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 74. RGB value is (18,180,116). Sum of RGB (Red+Green+Blue) = 18+180+116=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #12B474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B474 is #ED4B8B. Grayscale: #7C7C7C. Windows color (decimal): -15551372 or 7648274. OLE color: 7648274.

HSL color Cylindrical-coordinate representation of color #12B474: hue angle of 156.3º 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 #12B474 is Cyan = 0.9, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18180116-
CMYK0.900.360.29
HSL156.3º81.82%38.82%-
HSV(B)156.3º90%70.59%-
XYZ19.7234.0322.05-
YUV124.27123.3352.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 180 (70.70% from 255) = 57.32%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=5.73%
G=57.32%
B=36.94%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801160.900.360.29156.381.8238.82
Hex12B4745A0241D9c5227
Octal222641641320443523412247
Binary100101011010011101001011010010010011101100111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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