Html Css Color HEX #1AB98A Mountain Meadow

📋 copy color: '#1AB98A'

red 26 ◦ green 185 ◦ blue 138

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

Shades of Mountain Meadow #1AB98A

Tints of Mountain Meadow #1AB98A

RGB

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

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

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

R = 7.45%
G = 53.01%
B = 39.54%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#1AB98A (or 0x1AB98A) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 8A. RGB value is (26,185,138). Sum of RGB (Red+Green+Blue) = 26+185+138=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB98A is #E54675. Grayscale: #848484. Windows color (decimal): -15025782 or 9091354. OLE color: 9091354.

HSL color Cylindrical-coordinate representation of color #1AB98A: hue angle of 162.26º 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 #1AB98A is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 138 -
CMYK 0.86 0 0.25 0.27
HSL 162.26º 0.75% 0.41% -
HSV(B) 162.26º 0.86% 0.73% -
XYZ 22.36 36.75 29.96 -
YUV 132.1 131.32 52.32 -
System Red Green Blue C M Y K H S L
Decimal 26 185 138 0.86 0 0.25 0.27 162.26 0.75 0.41
Hex 1A B9 8A 56 0 19 1B A2 4B 29
Octal 32 271 212 126 0 31 33 242 113 51
Binary 11010 10111001 10001010 1010110 0 11001 11011 10100010 1001011 101001

Color Harmonies of #1AB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB98A

Black with #1AB98A

Text Example


Text Example

White with #1AB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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