Html Css Color HEX #12BA7A Mountain Meadow

📋 copy color: '#12BA7A'

red 18 ◦ green 186 ◦ blue 122

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

Shades of Mountain Meadow #12BA7A

Tints of Mountain Meadow #12BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 5.52%
G = 57.06%
B = 37.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#12BA7A (or 0x12BA7A) is known color: Mountain Meadow. HEX triplet: 12, BA and 7A. RGB value is (18,186,122). Sum of RGB (Red+Green+Blue) = 18+186+122=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA7A is #ED4585. Grayscale: #808080. Windows color (decimal): -15549830 or 8043026. OLE color: 8043026.

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

Color convert

RGB 18 186 122 -
CMYK 0.90 0 0.34 0.27
HSL 157.14º 0.82% 0.4% -
HSV(B) 157.14º 0.9% 0.73% -
XYZ 21.32 36.65 24.36 -
YUV 128.47 124.34 49.2 -
System Red Green Blue C M Y K H S L
Decimal 18 186 122 0.90 0 0.34 0.27 157.14 0.82 0.4
Hex 12 BA 7A 5A 0 22 1B 9D 52 28
Octal 22 272 172 132 0 42 33 235 122 50
Binary 10010 10111010 1111010 1011010 0 100010 11011 10011101 1010010 101000

Color Harmonies of #12BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA7A

Black with #12BA7A

Text Example


Text Example

White with #12BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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