Html Css Color HEX #12AC7E Mountain Meadow

📋 copy color: '#12AC7E'

red 18 ◦ green 172 ◦ blue 126

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

Shades of Mountain Meadow #12AC7E

Tints of Mountain Meadow #12AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 5.7%
G = 54.43%
B = 39.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#12AC7E (or 0x12AC7E) is known color: Mountain Meadow. HEX triplet: 12, AC and 7E. RGB value is (18,172,126). Sum of RGB (Red+Green+Blue) = 18+172+126=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC7E is #ED5381. Grayscale: #787878. Windows color (decimal): -15553410 or 8301586. OLE color: 8301586.

HSL color Cylindrical-coordinate representation of color #12AC7E: hue angle of 162.08º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC7E is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 126 -
CMYK 0.90 0 0.27 0.33
HSL 162.08º 0.81% 0.37% -
HSV(B) 162.08º 0.9% 0.67% -
XYZ 18.77 31.14 24.76 -
YUV 120.71 130.98 54.74 -
System Red Green Blue C M Y K H S L
Decimal 18 172 126 0.90 0 0.27 0.33 162.08 0.81 0.37
Hex 12 AC 7E 5A 0 1B 21 A2 51 25
Octal 22 254 176 132 0 33 41 242 121 45
Binary 10010 10101100 1111110 1011010 0 11011 100001 10100010 1010001 100101

Color Harmonies of #12AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC7E

Black with #12AC7E

Text Example


Text Example

White with #12AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,126); }

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

background-color css

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

 a { background-color: rgb(18,172,126); }

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

border-color css

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

 span { border-color: rgb(18,172,126); }

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