Html Css Color HEX #12A47F Mountain Meadow

📋 copy color: '#12A47F'

red 18 ◦ green 164 ◦ blue 127

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

Shades of Mountain Meadow #12A47F

Tints of Mountain Meadow #12A47F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.1%

R = 5.83%
G = 53.07%
B = 41.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#12A47F (or 0x12A47F) is known color: Mountain Meadow. HEX triplet: 12, A4 and 7F. RGB value is (18,164,127). Sum of RGB (Red+Green+Blue) = 18+164+127=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #12A47F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A47F is #ED5B80. Grayscale: #747474. Windows color (decimal): -15555457 or 8365074. OLE color: 8365074.

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

Color convert

RGB 18 164 127 -
CMYK 0.89 0 0.23 0.36
HSL 164.79º 0.8% 0.36% -
HSV(B) 164.79º 0.89% 0.64% -
XYZ 17.36 28.21 24.61 -
YUV 116.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 18 164 127 0.89 0 0.23 0.36 164.79 0.8 0.36
Hex 12 A4 7F 59 0 17 24 A5 50 24
Octal 22 244 177 131 0 27 44 245 120 44
Binary 10010 10100100 1111111 1011001 0 10111 100100 10100101 1010000 100100

Color Harmonies of #12A47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A47F

Black with #12A47F

Text Example


Text Example

White with #12A47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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