Html Css Color HEX #12A47D Mountain Meadow

📋 copy color: '#12A47D'

red 18 ◦ green 164 ◦ blue 125

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

Shades of Mountain Meadow #12A47D

Tints of Mountain Meadow #12A47D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.42%

 BLUE value IS 125 (49.22% from 255) = 40.72%

R = 5.86%
G = 53.42%
B = 40.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#12A47D (or 0x12A47D) is known color: Mountain Meadow. HEX triplet: 12, A4 and 7D. RGB value is (18,164,125). Sum of RGB (Red+Green+Blue) = 18+164+125=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #12A47D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A47D is #ED5B82. Grayscale: #737373. Windows color (decimal): -15555459 or 8234002. OLE color: 8234002.

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

Color convert

RGB 18 164 125 -
CMYK 0.89 0 0.24 0.36
HSL 163.97º 0.8% 0.36% -
HSV(B) 163.97º 0.89% 0.64% -
XYZ 17.23 28.16 23.93 -
YUV 115.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 18 164 125 0.89 0 0.24 0.36 163.97 0.8 0.36
Hex 12 A4 7D 59 0 18 24 A4 50 24
Octal 22 244 175 131 0 30 44 244 120 44
Binary 10010 10100100 1111101 1011001 0 11000 100100 10100100 1010000 100100

Color Harmonies of #12A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A47D

Black with #12A47D

Text Example


Text Example

White with #12A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,125); }

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

background-color css

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

 a { background-color: rgb(18,164,125); }

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

border-color css

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

 span { border-color: rgb(18,164,125); }

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