Html Css Color HEX #12AB80 Mountain Meadow

📋 copy color: '#12AB80'

red 18 ◦ green 171 ◦ blue 128

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

Shades of Mountain Meadow #12AB80

Tints of Mountain Meadow #12AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

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

R = 5.68%
G = 53.94%
B = 40.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#12AB80 (or 0x12AB80) is known color: Mountain Meadow. HEX triplet: 12, AB and 80. RGB value is (18,171,128). Sum of RGB (Red+Green+Blue) = 18+171+128=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB80 is #ED547F. Grayscale: #787878. Windows color (decimal): -15553664 or 8432402. OLE color: 8432402.

HSL color Cylindrical-coordinate representation of color #12AB80: hue angle of 163.14º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB80 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 128 -
CMYK 0.89 0 0.25 0.33
HSL 163.14º 0.81% 0.37% -
HSV(B) 163.14º 0.89% 0.67% -
XYZ 18.71 30.81 25.38 -
YUV 120.35 132.31 55 -
System Red Green Blue C M Y K H S L
Decimal 18 171 128 0.89 0 0.25 0.33 163.14 0.81 0.37
Hex 12 AB 80 59 0 19 21 A3 51 25
Octal 22 253 200 131 0 31 41 243 121 45
Binary 10010 10101011 10000000 1011001 0 11001 100001 10100011 1010001 100101

Color Harmonies of #12AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB80

Black with #12AB80

Text Example


Text Example

White with #12AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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