Html Css Color HEX #12AB7F Mountain Meadow

📋 copy color: '#12AB7F'

red 18 ◦ green 171 ◦ blue 127

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

Shades of Mountain Meadow #12AB7F

Tints of Mountain Meadow #12AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 5.7%
G = 54.11%
B = 40.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#12AB7F (or 0x12AB7F) is known color: Mountain Meadow. HEX triplet: 12, AB and 7F. RGB value is (18,171,127). Sum of RGB (Red+Green+Blue) = 18+171+127=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB7F is #ED5480. Grayscale: #787878. Windows color (decimal): -15553665 or 8366866. OLE color: 8366866.

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

Color convert

RGB 18 171 127 -
CMYK 0.89 0 0.26 0.33
HSL 162.75º 0.81% 0.37% -
HSV(B) 162.75º 0.89% 0.67% -
XYZ 18.64 30.79 25.04 -
YUV 120.24 131.81 55.08 -
System Red Green Blue C M Y K H S L
Decimal 18 171 127 0.89 0 0.26 0.33 162.75 0.81 0.37
Hex 12 AB 7F 59 0 1A 21 A3 51 25
Octal 22 253 177 131 0 32 41 243 121 45
Binary 10010 10101011 1111111 1011001 0 11010 100001 10100011 1010001 100101

Color Harmonies of #12AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB7F

Black with #12AB7F

Text Example


Text Example

White with #12AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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