Html Css Color HEX #12AD7E Mountain Meadow

📋 copy color: '#12AD7E'

red 18 ◦ green 173 ◦ blue 126

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

Shades of Mountain Meadow #12AD7E

Tints of Mountain Meadow #12AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.57%

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

R = 5.68%
G = 54.57%
B = 39.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#12AD7E (or 0x12AD7E) is known color: Mountain Meadow. HEX triplet: 12, AD and 7E. RGB value is (18,173,126). Sum of RGB (Red+Green+Blue) = 18+173+126=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD7E is #ED5281. Grayscale: #797979. Windows color (decimal): -15553154 or 8301842. OLE color: 8301842.

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

Color convert

RGB 18 173 126 -
CMYK 0.90 0 0.27 0.32
HSL 161.81º 0.81% 0.37% -
HSV(B) 161.81º 0.9% 0.68% -
XYZ 18.96 31.52 24.82 -
YUV 121.3 130.65 54.32 -
System Red Green Blue C M Y K H S L
Decimal 18 173 126 0.90 0 0.27 0.32 161.81 0.81 0.37
Hex 12 AD 7E 5A 0 1B 20 A2 51 25
Octal 22 255 176 132 0 33 40 242 121 45
Binary 10010 10101101 1111110 1011010 0 11011 100000 10100010 1010001 100101

Color Harmonies of #12AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD7E

Black with #12AD7E

Text Example


Text Example

White with #12AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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