Html Css Color HEX #12AB7D Mountain Meadow

📋 copy color: '#12AB7D'

red 18 ◦ green 171 ◦ blue 125

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

Shades of Mountain Meadow #12AB7D

Tints of Mountain Meadow #12AB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.46%

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

R = 5.73%
G = 54.46%
B = 39.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#12AB7D (or 0x12AB7D) is known color: Mountain Meadow. HEX triplet: 12, AB and 7D. RGB value is (18,171,125). Sum of RGB (Red+Green+Blue) = 18+171+125=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 171 (67.19% from 255 or 54.46% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB7D is #ED5482. Grayscale: #787878. Windows color (decimal): -15553667 or 8235794. OLE color: 8235794.

HSL color Cylindrical-coordinate representation of color #12AB7D: hue angle of 161.96º 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 #12AB7D is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 125 -
CMYK 0.89 0 0.27 0.33
HSL 161.96º 0.81% 0.37% -
HSV(B) 161.96º 0.89% 0.67% -
XYZ 18.51 30.74 24.36 -
YUV 120.01 130.81 55.24 -
System Red Green Blue C M Y K H S L
Decimal 18 171 125 0.89 0 0.27 0.33 161.96 0.81 0.37
Hex 12 AB 7D 59 0 1B 21 A2 51 25
Octal 22 253 175 131 0 33 41 242 121 45
Binary 10010 10101011 1111101 1011001 0 11011 100001 10100010 1010001 100101

Color Harmonies of #12AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB7D

Black with #12AB7D

Text Example


Text Example

White with #12AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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