Html Css Color HEX #12AB8A Mountain Meadow

📋 copy color: '#12AB8A'

red 18 ◦ green 171 ◦ blue 138

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

Shades of Mountain Meadow #12AB8A

Tints of Mountain Meadow #12AB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 5.5%
G = 52.29%
B = 42.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#12AB8A (or 0x12AB8A) is known color: Mountain Meadow. HEX triplet: 12, AB and 8A. RGB value is (18,171,138). Sum of RGB (Red+Green+Blue) = 18+171+138=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB8A is #ED5475. Grayscale: #797979. Windows color (decimal): -15553654 or 9087762. OLE color: 9087762.

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

Color convert

RGB 18 171 138 -
CMYK 0.89 0 0.19 0.33
HSL 167.06º 0.81% 0.37% -
HSV(B) 167.06º 0.89% 0.67% -
XYZ 19.4 31.09 29.02 -
YUV 121.49 137.31 54.18 -
System Red Green Blue C M Y K H S L
Decimal 18 171 138 0.89 0 0.19 0.33 167.06 0.81 0.37
Hex 12 AB 8A 59 0 13 21 A7 51 25
Octal 22 253 212 131 0 23 41 247 121 45
Binary 10010 10101011 10001010 1011001 0 10011 100001 10100111 1010001 100101

Color Harmonies of #12AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB8A

Black with #12AB8A

Text Example


Text Example

White with #12AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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