Html Css Color HEX #12A78A Mountain Meadow

📋 copy color: '#12A78A'

red 18 ◦ green 167 ◦ blue 138

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

Shades of Mountain Meadow #12A78A

Tints of Mountain Meadow #12A78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 5.57%
G = 51.7%
B = 42.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#12A78A (or 0x12A78A) is known color: Mountain Meadow. HEX triplet: 12, A7 and 8A. RGB value is (18,167,138). Sum of RGB (Red+Green+Blue) = 18+167+138=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #12A78A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A78A is #ED5875. Grayscale: #777777. Windows color (decimal): -15554678 or 9086738. OLE color: 9086738.

HSL color Cylindrical-coordinate representation of color #12A78A: hue angle of 168.32º 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 #12A78A is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 138 -
CMYK 0.89 0 0.17 0.35
HSL 168.32º 0.81% 0.36% -
HSV(B) 168.32º 0.89% 0.65% -
XYZ 18.66 29.6 28.78 -
YUV 119.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 18 167 138 0.89 0 0.17 0.35 168.32 0.81 0.36
Hex 12 A7 8A 59 0 11 23 A8 51 24
Octal 22 247 212 131 0 21 43 250 121 44
Binary 10010 10100111 10001010 1011001 0 10001 100011 10101000 1010001 100100

Color Harmonies of #12A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A78A

Black with #12A78A

Text Example


Text Example

White with #12A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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