Html Css Color HEX #12AE7D Mountain Meadow

📋 copy color: '#12AE7D'

red 18 ◦ green 174 ◦ blue 125

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

Shades of Mountain Meadow #12AE7D

Tints of Mountain Meadow #12AE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.89%

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

R = 5.68%
G = 54.89%
B = 39.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#12AE7D (or 0x12AE7D) is known color: Mountain Meadow. HEX triplet: 12, AE and 7D. RGB value is (18,174,125). Sum of RGB (Red+Green+Blue) = 18+174+125=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AE7D is #ED5182. Grayscale: #797979. Windows color (decimal): -15552899 or 8236562. OLE color: 8236562.

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

Color convert

RGB 18 174 125 -
CMYK 0.90 0 0.28 0.32
HSL 161.15º 0.81% 0.38% -
HSV(B) 161.15º 0.9% 0.68% -
XYZ 19.09 31.88 24.55 -
YUV 121.77 129.82 53.98 -
System Red Green Blue C M Y K H S L
Decimal 18 174 125 0.90 0 0.28 0.32 161.15 0.81 0.38
Hex 12 AE 7D 5A 0 1C 20 A1 51 26
Octal 22 256 175 132 0 34 40 241 121 46
Binary 10010 10101110 1111101 1011010 0 11100 100000 10100001 1010001 100110

Color Harmonies of #12AE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE7D

Black with #12AE7D

Text Example


Text Example

White with #12AE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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