Html Css Color HEX #12A485 Mountain Meadow

📋 copy color: '#12A485'

red 18 ◦ green 164 ◦ blue 133

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

Shades of Mountain Meadow #12A485

Tints of Mountain Meadow #12A485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.06%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 5.71%
G = 52.06%
B = 42.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#12A485 (or 0x12A485) is known color: Mountain Meadow. HEX triplet: 12, A4 and 85. RGB value is (18,164,133). Sum of RGB (Red+Green+Blue) = 18+164+133=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #12A485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A485 is #ED5B7A. Grayscale: #747474. Windows color (decimal): -15555451 or 8758290. OLE color: 8758290.

HSL color Cylindrical-coordinate representation of color #12A485: hue angle of 167.26º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A485 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 133 -
CMYK 0.89 0 0.19 0.36
HSL 167.26º 0.8% 0.36% -
HSV(B) 167.26º 0.89% 0.64% -
XYZ 17.76 28.37 26.73 -
YUV 116.81 137.13 57.52 -
System Red Green Blue C M Y K H S L
Decimal 18 164 133 0.89 0 0.19 0.36 167.26 0.8 0.36
Hex 12 A4 85 59 0 13 24 A7 50 24
Octal 22 244 205 131 0 23 44 247 120 44
Binary 10010 10100100 10000101 1011001 0 10011 100100 10100111 1010000 100100

Color Harmonies of #12A485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A485

Black with #12A485

Text Example


Text Example

White with #12A485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,133); }

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

background-color css

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

 a { background-color: rgb(18,164,133); }

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

border-color css

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

 span { border-color: rgb(18,164,133); }

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