Html Css Color HEX #12B384 Mountain Meadow

📋 copy color: '#12B384'

red 18 ◦ green 179 ◦ blue 132

#12B384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #12B384

Tints of Mountain Meadow #12B384

RGB

 RED value IS 18 (7.42% from 255) = 5.47%

 GREEN value IS 179 (70.31% from 255) = 54.41%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 5.47%
G = 54.41%
B = 40.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#12B384 (or 0x12B384) is known color: Mountain Meadow. HEX triplet: 12, B3 and 84. RGB value is (18,179,132). Sum of RGB (Red+Green+Blue) = 18+179+132=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #12B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B384 is #ED4C7B. Grayscale: #7D7D7D. Windows color (decimal): -15551612 or 8696594. OLE color: 8696594.

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

Color convert

RGB 18 179 132 -
CMYK 0.90 0 0.26 0.30
HSL 162.48º 0.82% 0.39% -
HSV(B) 162.48º 0.9% 0.7% -
XYZ 20.53 34.03 27.32 -
YUV 125.5 131.66 51.32 -
System Red Green Blue C M Y K H S L
Decimal 18 179 132 0.90 0 0.26 0.30 162.48 0.82 0.39
Hex 12 B3 84 5A 0 1A 1E A2 52 27
Octal 22 263 204 132 0 32 36 242 122 47
Binary 10010 10110011 10000100 1011010 0 11010 11110 10100010 1010010 100111

Color Harmonies of #12B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B384

Black with #12B384

Text Example


Text Example

White with #12B384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12B384;
 }
 .AnyTagClassName
 {
   color: #12B384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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