Html Css Color HEX #12BA82 Mountain Meadow

📋 copy color: '#12BA82'

red 18 ◦ green 186 ◦ blue 130

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

Shades of Mountain Meadow #12BA82

Tints of Mountain Meadow #12BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.92%

R = 5.39%
G = 55.69%
B = 38.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#12BA82 (or 0x12BA82) is known color: Mountain Meadow. HEX triplet: 12, BA and 82. RGB value is (18,186,130). Sum of RGB (Red+Green+Blue) = 18+186+130=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BA82 is #ED457D. Grayscale: #818181. Windows color (decimal): -15549822 or 8567314. OLE color: 8567314.

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

Color convert

RGB 18 186 130 -
CMYK 0.90 0 0.30 0.27
HSL 160º 0.82% 0.4% -
HSV(B) 160º 0.9% 0.73% -
XYZ 21.84 36.86 27.08 -
YUV 129.38 128.34 48.55 -
System Red Green Blue C M Y K H S L
Decimal 18 186 130 0.90 0 0.30 0.27 160 0.82 0.4
Hex 12 BA 82 5A 0 1E 1B A0 52 28
Octal 22 272 202 132 0 36 33 240 122 50
Binary 10010 10111010 10000010 1011010 0 11110 11011 10100000 1010010 101000

Color Harmonies of #12BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA82

Black with #12BA82

Text Example


Text Example

White with #12BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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