Html Css Color HEX #12AD8F Mountain Meadow

📋 copy color: '#12AD8F'

red 18 ◦ green 173 ◦ blue 143

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

Shades of Mountain Meadow #12AD8F

Tints of Mountain Meadow #12AD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.8%

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 5.39%
G = 51.8%
B = 42.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#12AD8F (or 0x12AD8F) is known color: Mountain Meadow. HEX triplet: 12, AD and 8F. RGB value is (18,173,143). Sum of RGB (Red+Green+Blue) = 18+173+143=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AD8F is #ED5270. Grayscale: #7B7B7B. Windows color (decimal): -15553137 or 9415954. OLE color: 9415954.

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

Color convert

RGB 18 173 143 -
CMYK 0.90 0 0.17 0.32
HSL 168.39º 0.81% 0.37% -
HSV(B) 168.39º 0.9% 0.68% -
XYZ 20.15 32 31.1 -
YUV 123.24 139.15 52.94 -
System Red Green Blue C M Y K H S L
Decimal 18 173 143 0.90 0 0.17 0.32 168.39 0.81 0.37
Hex 12 AD 8F 5A 0 11 20 A8 51 25
Octal 22 255 217 132 0 21 40 250 121 45
Binary 10010 10101101 10001111 1011010 0 10001 100000 10101000 1010001 100101

Color Harmonies of #12AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD8F

Black with #12AD8F

Text Example


Text Example

White with #12AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,173,143); }

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

background-color css

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

 a { background-color: rgb(18,173,143); }

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

border-color css

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

 span { border-color: rgb(18,173,143); }

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