Html Css Color HEX #12BA95 Mountain Meadow

📋 copy color: '#12BA95'

red 18 ◦ green 186 ◦ blue 149

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

Shades of Mountain Meadow #12BA95

Tints of Mountain Meadow #12BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 5.1%
G = 52.69%
B = 42.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#12BA95 (or 0x12BA95) is known color: Mountain Meadow. HEX triplet: 12, BA and 95. RGB value is (18,186,149). Sum of RGB (Red+Green+Blue) = 18+186+149=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA95 is #ED456A. Grayscale: #838383. Windows color (decimal): -15549803 or 9812498. OLE color: 9812498.

HSL color Cylindrical-coordinate representation of color #12BA95: hue angle of 166.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA95 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 149 -
CMYK 0.90 0 0.20 0.27
HSL 166.79º 0.82% 0.4% -
HSV(B) 166.79º 0.9% 0.73% -
XYZ 23.23 37.42 34.43 -
YUV 131.55 137.84 47.01 -
System Red Green Blue C M Y K H S L
Decimal 18 186 149 0.90 0 0.20 0.27 166.79 0.82 0.4
Hex 12 BA 95 5A 0 14 1B A7 52 28
Octal 22 272 225 132 0 24 33 247 122 50
Binary 10010 10111010 10010101 1011010 0 10100 11011 10100111 1010010 101000

Color Harmonies of #12BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA95

Black with #12BA95

Text Example


Text Example

White with #12BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,149); }

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

background-color css

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

 a { background-color: rgb(18,186,149); }

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

border-color css

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

 span { border-color: rgb(18,186,149); }

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