Html Css Color HEX #12AC8C Mountain Meadow

📋 copy color: '#12AC8C'

red 18 ◦ green 172 ◦ blue 140

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

Shades of Mountain Meadow #12AC8C

Tints of Mountain Meadow #12AC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 5.45%
G = 52.12%
B = 42.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#12AC8C (or 0x12AC8C) is known color: Mountain Meadow. HEX triplet: 12, AC and 8C. RGB value is (18,172,140). Sum of RGB (Red+Green+Blue) = 18+172+140=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AC8C is #ED5373. Grayscale: #7A7A7A. Windows color (decimal): -15553396 or 9219090. OLE color: 9219090.

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

Color convert

RGB 18 172 140 -
CMYK 0.90 0 0.19 0.33
HSL 167.53º 0.81% 0.37% -
HSV(B) 167.53º 0.9% 0.67% -
XYZ 19.74 31.53 29.86 -
YUV 122.31 137.98 53.6 -
System Red Green Blue C M Y K H S L
Decimal 18 172 140 0.90 0 0.19 0.33 167.53 0.81 0.37
Hex 12 AC 8C 5A 0 13 21 A8 51 25
Octal 22 254 214 132 0 23 41 250 121 45
Binary 10010 10101100 10001100 1011010 0 10011 100001 10101000 1010001 100101

Color Harmonies of #12AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC8C

Black with #12AC8C

Text Example


Text Example

White with #12AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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