Html Css Color HEX #1AB97D Mountain Meadow

📋 copy color: '#1AB97D'

red 26 ◦ green 185 ◦ blue 125

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

Shades of Mountain Meadow #1AB97D

Tints of Mountain Meadow #1AB97D

RGB

 RED value IS 26 (10.55% from 255) = 7.74%

 GREEN value IS 185 (72.66% from 255) = 55.06%

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 7.74%
G = 55.06%
B = 37.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#1AB97D (or 0x1AB97D) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 7D. RGB value is (26,185,125). Sum of RGB (Red+Green+Blue) = 26+185+125=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB97D is #E54682. Grayscale: #828282. Windows color (decimal): -15025795 or 8239386. OLE color: 8239386.

HSL color Cylindrical-coordinate representation of color #1AB97D: hue angle of 157.36º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB97D is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 125 -
CMYK 0.86 0 0.32 0.27
HSL 157.36º 0.75% 0.41% -
HSV(B) 157.36º 0.86% 0.73% -
XYZ 21.48 36.4 25.3 -
YUV 130.62 124.82 53.38 -
System Red Green Blue C M Y K H S L
Decimal 26 185 125 0.86 0 0.32 0.27 157.36 0.75 0.41
Hex 1A B9 7D 56 0 20 1B 9D 4B 29
Octal 32 271 175 126 0 40 33 235 113 51
Binary 11010 10111001 1111101 1010110 0 100000 11011 10011101 1001011 101001

Color Harmonies of #1AB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB97D

Black with #1AB97D

Text Example


Text Example

White with #1AB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AB97D; }

 p { color: rgb(26,185,125); }

 H1.HeaderClassName
 {
   color: #1AB97D;
 }
 .AnyTagClassName
 {
   color: #1AB97D;
 }
</style>

background-color css

<style>
 a { background-color: #1AB97D; }

 a { background-color: rgb(26,185,125); }

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

border-color css

<style>
 span { border-color: #1AB97D; }

 span { border-color: rgb(26,185,125); }

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