Html Css Color HEX #12AB86 Mountain Meadow

📋 copy color: '#12AB86'

red 18 ◦ green 171 ◦ blue 134

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

Shades of Mountain Meadow #12AB86

Tints of Mountain Meadow #12AB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 5.57%
G = 52.94%
B = 41.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#12AB86 (or 0x12AB86) is known color: Mountain Meadow. HEX triplet: 12, AB and 86. RGB value is (18,171,134). Sum of RGB (Red+Green+Blue) = 18+171+134=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB86 is #ED5479. Grayscale: #797979. Windows color (decimal): -15553658 or 8825618. OLE color: 8825618.

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

Color convert

RGB 18 171 134 -
CMYK 0.89 0 0.22 0.33
HSL 165.49º 0.81% 0.37% -
HSV(B) 165.49º 0.89% 0.67% -
XYZ 19.12 30.98 27.53 -
YUV 121.04 135.31 54.51 -
System Red Green Blue C M Y K H S L
Decimal 18 171 134 0.89 0 0.22 0.33 165.49 0.81 0.37
Hex 12 AB 86 59 0 16 21 A5 51 25
Octal 22 253 206 131 0 26 41 245 121 45
Binary 10010 10101011 10000110 1011001 0 10110 100001 10100101 1010001 100101

Color Harmonies of #12AB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB86

Black with #12AB86

Text Example


Text Example

White with #12AB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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