Html Css Color HEX #12B57A Mountain Meadow

📋 copy color: '#12B57A'

red 18 ◦ green 181 ◦ blue 122

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

Shades of Mountain Meadow #12B57A

Tints of Mountain Meadow #12B57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.39%

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

R = 5.61%
G = 56.39%
B = 38.01%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#12B57A (or 0x12B57A) is known color: Mountain Meadow. HEX triplet: 12, B5 and 7A. RGB value is (18,181,122). Sum of RGB (Red+Green+Blue) = 18+181+122=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #12B57A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B57A is #ED4A85. Grayscale: #7D7D7D. Windows color (decimal): -15551110 or 8041746. OLE color: 8041746.

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

Color convert

RGB 18 181 122 -
CMYK 0.90 0 0.33 0.29
HSL 158.28º 0.82% 0.39% -
HSV(B) 158.28º 0.9% 0.71% -
XYZ 20.29 34.58 24.02 -
YUV 125.54 126 51.3 -
System Red Green Blue C M Y K H S L
Decimal 18 181 122 0.90 0 0.33 0.29 158.28 0.82 0.39
Hex 12 B5 7A 5A 0 21 1D 9E 52 27
Octal 22 265 172 132 0 41 35 236 122 47
Binary 10010 10110101 1111010 1011010 0 100001 11101 10011110 1010010 100111

Color Harmonies of #12B57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B57A

Black with #12B57A

Text Example


Text Example

White with #12B57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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