#12B482

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

Shades of Mountain Meadow #12B482

Tints of Mountain Meadow #12B482

Color information

#12B482 (or 0x12B482) is unknown color: approx Mountain Meadow. HEX triplet: 12, B4 and 82. RGB value is (18,180,130). Sum of RGB (Red+Green+Blue) = 18+180+130=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #12B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B482 is #ED4B7D. Grayscale: #7D7D7D. Windows color (decimal): -15551358 or 8565778. OLE color: 8565778.

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

Color convert

RGB18180130-
CMYK0.900.280.29
HSL161.48º81.82%38.82%-
HSV(B)161.48º90%70.59%-
XYZ20.634.3826.67-
YUV125.86130.3351.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.49%
GREEN value IS 180 (70.70% from 255) = 54.88%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=5.49%
G=54.88%
B=39.63%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801300.900.280.29161.4881.8238.82
Hex12B4825A01C1Da15227
Octal222642021320343524112247
Binary100101011010010000010101101001110011101101000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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