Html Css Color HEX #12AE7A Mountain Meadow

📋 copy color: '#12AE7A'

red 18 ◦ green 174 ◦ blue 122

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

Shades of Mountain Meadow #12AE7A

Tints of Mountain Meadow #12AE7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 5.73%
G = 55.41%
B = 38.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#12AE7A (or 0x12AE7A) is known color: Mountain Meadow. HEX triplet: 12, AE and 7A. RGB value is (18,174,122). Sum of RGB (Red+Green+Blue) = 18+174+122=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #12AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AE7A is #ED5185. Grayscale: #797979. Windows color (decimal): -15552902 or 8039954. OLE color: 8039954.

HSL color Cylindrical-coordinate representation of color #12AE7A: hue angle of 160º 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 #12AE7A is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 174 122 -
CMYK 0.90 0 0.30 0.32
HSL 160º 0.81% 0.38% -
HSV(B) 160º 0.9% 0.68% -
XYZ 18.9 31.81 23.56 -
YUV 121.43 128.32 54.23 -
System Red Green Blue C M Y K H S L
Decimal 18 174 122 0.90 0 0.30 0.32 160 0.81 0.38
Hex 12 AE 7A 5A 0 1E 20 A0 51 26
Octal 22 256 172 132 0 36 40 240 121 46
Binary 10010 10101110 1111010 1011010 0 11110 100000 10100000 1010001 100110

Color Harmonies of #12AE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AE7A

Black with #12AE7A

Text Example


Text Example

White with #12AE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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