Html Css Color HEX #12B37B Mountain Meadow

📋 copy color: '#12B37B'

red 18 ◦ green 179 ◦ blue 123

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

Shades of Mountain Meadow #12B37B

Tints of Mountain Meadow #12B37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 5.63%
G = 55.94%
B = 38.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#12B37B (or 0x12B37B) is known color: Mountain Meadow. HEX triplet: 12, B3 and 7B. RGB value is (18,179,123). Sum of RGB (Red+Green+Blue) = 18+179+123=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #12B37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B37B is #ED4C84. Grayscale: #7C7C7C. Windows color (decimal): -15551621 or 8106770. OLE color: 8106770.

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

Color convert

RGB 18 179 123 -
CMYK 0.90 0 0.31 0.30
HSL 159.13º 0.82% 0.39% -
HSV(B) 159.13º 0.9% 0.7% -
XYZ 19.94 33.8 24.21 -
YUV 124.48 127.16 52.05 -
System Red Green Blue C M Y K H S L
Decimal 18 179 123 0.90 0 0.31 0.30 159.13 0.82 0.39
Hex 12 B3 7B 5A 0 1F 1E 9F 52 27
Octal 22 263 173 132 0 37 36 237 122 47
Binary 10010 10110011 1111011 1011010 0 11111 11110 10011111 1010010 100111

Color Harmonies of #12B37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B37B

Black with #12B37B

Text Example


Text Example

White with #12B37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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