Html Css Color HEX #12AB7C Mountain Meadow

📋 copy color: '#12AB7C'

red 18 ◦ green 171 ◦ blue 124

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

Shades of Mountain Meadow #12AB7C

Tints of Mountain Meadow #12AB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 5.75%
G = 54.63%
B = 39.62%

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

#12AB7C (or 0x12AB7C) is known color: Mountain Meadow. HEX triplet: 12, AB and 7C. RGB value is (18,171,124). Sum of RGB (Red+Green+Blue) = 18+171+124=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB7C is #ED5483. Grayscale: #777777. Windows color (decimal): -15553668 or 8170258. OLE color: 8170258.

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

Color convert

RGB 18 171 124 -
CMYK 0.89 0 0.27 0.33
HSL 161.57º 0.81% 0.37% -
HSV(B) 161.57º 0.89% 0.67% -
XYZ 18.45 30.71 24.02 -
YUV 119.9 130.31 55.32 -
System Red Green Blue C M Y K H S L
Decimal 18 171 124 0.89 0 0.27 0.33 161.57 0.81 0.37
Hex 12 AB 7C 59 0 1B 21 A2 51 25
Octal 22 253 174 131 0 33 41 242 121 45
Binary 10010 10101011 1111100 1011001 0 11011 100001 10100010 1010001 100101

Color Harmonies of #12AB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB7C

Black with #12AB7C

Text Example


Text Example

White with #12AB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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