Html Css Color HEX #12AA7E Mountain Meadow

📋 copy color: '#12AA7E'

red 18 ◦ green 170 ◦ blue 126

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

Shades of Mountain Meadow #12AA7E

Tints of Mountain Meadow #12AA7E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.14%

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

R = 5.73%
G = 54.14%
B = 40.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#12AA7E (or 0x12AA7E) is known color: Mountain Meadow. HEX triplet: 12, AA and 7E. RGB value is (18,170,126). Sum of RGB (Red+Green+Blue) = 18+170+126=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA7E is #ED5581. Grayscale: #777777. Windows color (decimal): -15553922 or 8301074. OLE color: 8301074.

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

Color convert

RGB 18 170 126 -
CMYK 0.89 0 0.26 0.33
HSL 162.63º 0.81% 0.37% -
HSV(B) 162.63º 0.89% 0.67% -
XYZ 18.39 30.38 24.63 -
YUV 119.54 131.64 55.58 -
System Red Green Blue C M Y K H S L
Decimal 18 170 126 0.89 0 0.26 0.33 162.63 0.81 0.37
Hex 12 AA 7E 59 0 1A 21 A3 51 25
Octal 22 252 176 131 0 32 41 243 121 45
Binary 10010 10101010 1111110 1011001 0 11010 100001 10100011 1010001 100101

Color Harmonies of #12AA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA7E

Black with #12AA7E

Text Example


Text Example

White with #12AA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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