Html Css Color HEX #12AC8D Mountain Meadow

📋 copy color: '#12AC8D'

red 18 ◦ green 172 ◦ blue 141

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

Shades of Mountain Meadow #12AC8D

Tints of Mountain Meadow #12AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.96%

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 5.44%
G = 51.96%
B = 42.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#12AC8D (or 0x12AC8D) is known color: Mountain Meadow. HEX triplet: 12, AC and 8D. RGB value is (18,172,141). Sum of RGB (Red+Green+Blue) = 18+172+141=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC8D is #ED5372. Grayscale: #7A7A7A. Windows color (decimal): -15553395 or 9284626. OLE color: 9284626.

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

Color convert

RGB 18 172 141 -
CMYK 0.90 0 0.18 0.33
HSL 167.92º 0.81% 0.37% -
HSV(B) 167.92º 0.9% 0.67% -
XYZ 19.81 31.56 30.25 -
YUV 122.42 138.48 53.52 -
System Red Green Blue C M Y K H S L
Decimal 18 172 141 0.90 0 0.18 0.33 167.92 0.81 0.37
Hex 12 AC 8D 5A 0 12 21 A8 51 25
Octal 22 254 215 132 0 22 41 250 121 45
Binary 10010 10101100 10001101 1011010 0 10010 100001 10101000 1010001 100101

Color Harmonies of #12AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC8D

Black with #12AC8D

Text Example


Text Example

White with #12AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,172,141); }

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

background-color css

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

 a { background-color: rgb(18,172,141); }

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

border-color css

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

 span { border-color: rgb(18,172,141); }

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