Html Css Color HEX #12A780 Mountain Meadow

📋 copy color: '#12A780'

red 18 ◦ green 167 ◦ blue 128

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

Shades of Mountain Meadow #12A780

Tints of Mountain Meadow #12A780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 5.75%
G = 53.35%
B = 40.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#12A780 (or 0x12A780) is known color: Mountain Meadow. HEX triplet: 12, A7 and 80. RGB value is (18,167,128). Sum of RGB (Red+Green+Blue) = 18+167+128=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #12A780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A780 is #ED587F. Grayscale: #767676. Windows color (decimal): -15554688 or 8431378. OLE color: 8431378.

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

Color convert

RGB 18 167 128 -
CMYK 0.89 0 0.23 0.35
HSL 164.3º 0.81% 0.36% -
HSV(B) 164.3º 0.89% 0.65% -
XYZ 17.96 29.32 25.14 -
YUV 118 133.64 56.67 -
System Red Green Blue C M Y K H S L
Decimal 18 167 128 0.89 0 0.23 0.35 164.3 0.81 0.36
Hex 12 A7 80 59 0 17 23 A4 51 24
Octal 22 247 200 131 0 27 43 244 121 44
Binary 10010 10100111 10000000 1011001 0 10111 100011 10100100 1010001 100100

Color Harmonies of #12A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A780

Black with #12A780

Text Example


Text Example

White with #12A780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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