Html Css Color HEX #12A387 Mountain Meadow

📋 copy color: '#12A387'

red 18 ◦ green 163 ◦ blue 135

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

Shades of Mountain Meadow #12A387

Tints of Mountain Meadow #12A387

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 5.7%
G = 51.58%
B = 42.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#12A387 (or 0x12A387) is known color: Mountain Meadow. HEX triplet: 12, A3 and 87. RGB value is (18,163,135). Sum of RGB (Red+Green+Blue) = 18+163+135=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #12A387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A387 is #ED5C78. Grayscale: #747474. Windows color (decimal): -15555705 or 8889106. OLE color: 8889106.

HSL color Cylindrical-coordinate representation of color #12A387: hue angle of 168.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A387 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 163 135 -
CMYK 0.89 0 0.17 0.36
HSL 168.41º 0.8% 0.35% -
HSV(B) 168.41º 0.89% 0.64% -
XYZ 17.72 28.07 27.41 -
YUV 116.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 18 163 135 0.89 0 0.17 0.36 168.41 0.8 0.35
Hex 12 A3 87 59 0 11 24 A8 50 23
Octal 22 243 207 131 0 21 44 250 120 43
Binary 10010 10100011 10000111 1011001 0 10001 100100 10101000 1010000 100011

Color Harmonies of #12A387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A387

Black with #12A387

Text Example


Text Example

White with #12A387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,135); }

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

background-color css

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

 a { background-color: rgb(18,163,135); }

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

border-color css

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

 span { border-color: rgb(18,163,135); }

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