Html Css Color HEX #1AB38A Mountain Meadow

📋 copy color: '#1AB38A'

red 26 ◦ green 179 ◦ blue 138

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

Shades of Mountain Meadow #1AB38A

Tints of Mountain Meadow #1AB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

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

R = 7.58%
G = 52.19%
B = 40.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#1AB38A (or 0x1AB38A) is known color: Mountain Meadow. HEX triplet: 1A, B3 and 8A. RGB value is (26,179,138). Sum of RGB (Red+Green+Blue) = 26+179+138=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB38A is #E54C75. Grayscale: #808080. Windows color (decimal): -15027318 or 9089818. OLE color: 9089818.

HSL color Cylindrical-coordinate representation of color #1AB38A: hue angle of 163.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB38A is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 26 179 138 -
CMYK 0.85 0 0.23 0.30
HSL 163.92º 0.75% 0.4% -
HSV(B) 163.92º 0.85% 0.7% -
XYZ 21.13 34.29 29.55 -
YUV 128.58 133.31 54.83 -
System Red Green Blue C M Y K H S L
Decimal 26 179 138 0.85 0 0.23 0.30 163.92 0.75 0.4
Hex 1A B3 8A 55 0 17 1E A4 4B 28
Octal 32 263 212 125 0 27 36 244 113 50
Binary 11010 10110011 10001010 1010101 0 10111 11110 10100100 1001011 101000

Color Harmonies of #1AB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB38A

Black with #1AB38A

Text Example


Text Example

White with #1AB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,179,138); }

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

background-color css

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

 a { background-color: rgb(26,179,138); }

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

border-color css

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

 span { border-color: rgb(26,179,138); }

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