#12B484

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

Shades of Mountain Meadow #12B484

Tints of Mountain Meadow #12B484

Color information

#12B484 (or 0x12B484) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 84. RGB value is (18,180,132). Sum of RGB (Red+Green+Blue) = 18+180+132=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #12B484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B484 is #ED4B7B. Grayscale: #7E7E7E. Windows color (decimal): -15551356 or 8696850. OLE color: 8696850.

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

Color convert

RGB18180132-
CMYK0.900.270.29
HSL162.22º81.82%38.82%-
HSV(B)162.22º90%70.59%-
XYZ20.7434.4427.38-
YUV126.09131.3350.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.45%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 132 (51.95% from 255) = 40%
R=5.45%
G=54.55%
B=40%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801320.900.270.29162.2281.8238.82
Hex12B4845A01B1Da25227
Octal222642041320333524212247
Binary100101011010010000100101101001101111101101000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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