Html Css Color HEX #12A78C Mountain Meadow

📋 copy color: '#12A78C'

red 18 ◦ green 167 ◦ blue 140

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

Shades of Mountain Meadow #12A78C

Tints of Mountain Meadow #12A78C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.38%

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

R = 5.54%
G = 51.38%
B = 43.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#12A78C (or 0x12A78C) is known color: Mountain Meadow. HEX triplet: 12, A7 and 8C. RGB value is (18,167,140). Sum of RGB (Red+Green+Blue) = 18+167+140=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #12A78C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A78C is #ED5873. Grayscale: #777777. Windows color (decimal): -15554676 or 9217810. OLE color: 9217810.

HSL color Cylindrical-coordinate representation of color #12A78C: hue angle of 169.13º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A78C is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 140 -
CMYK 0.89 0 0.16 0.35
HSL 169.13º 0.81% 0.36% -
HSV(B) 169.13º 0.89% 0.65% -
XYZ 18.8 29.66 29.54 -
YUV 119.37 139.64 55.7 -
System Red Green Blue C M Y K H S L
Decimal 18 167 140 0.89 0 0.16 0.35 169.13 0.81 0.36
Hex 12 A7 8C 59 0 10 23 A9 51 24
Octal 22 247 214 131 0 20 43 251 121 44
Binary 10010 10100111 10001100 1011001 0 10000 100011 10101001 1010001 100100

Color Harmonies of #12A78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A78C

Black with #12A78C

Text Example


Text Example

White with #12A78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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