Html Css Color HEX #12B48B Mountain Meadow

📋 copy color: '#12B48B'

red 18 ◦ green 180 ◦ blue 139

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

Shades of Mountain Meadow #12B48B

Tints of Mountain Meadow #12B48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 5.34%
G = 53.41%
B = 41.25%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#12B48B (or 0x12B48B) is known color: Mountain Meadow. HEX triplet: 12, B4 and 8B. RGB value is (18,180,139). Sum of RGB (Red+Green+Blue) = 18+180+139=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #12B48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B48B is #ED4B74. Grayscale: #7E7E7E. Windows color (decimal): -15551349 or 9155602. OLE color: 9155602.

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

Color convert

RGB 18 180 139 -
CMYK 0.9 0 0.23 0.29
HSL 164.81º 0.82% 0.39% -
HSV(B) 164.81º 0.9% 0.71% -
XYZ 21.23 34.64 29.99 -
YUV 126.89 134.83 50.33 -
System Red Green Blue C M Y K H S L
Decimal 18 180 139 0.9 0 0.23 0.29 164.81 0.82 0.39
Hex 12 B4 8B 5A 0 17 1D A5 52 27
Octal 22 264 213 132 0 27 35 245 122 47
Binary 10010 10110100 10001011 1011010 0 10111 11101 10100101 1010010 100111

Color Harmonies of #12B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B48B

Black with #12B48B

Text Example


Text Example

White with #12B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,139); }

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

background-color css

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

 a { background-color: rgb(18,180,139); }

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

border-color css

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

 span { border-color: rgb(18,180,139); }

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