Html Css Color HEX #1AB490 Mountain Meadow

📋 copy color: '#1AB490'

red 26 ◦ green 180 ◦ blue 144

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

Shades of Mountain Meadow #1AB490

Tints of Mountain Meadow #1AB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 7.43%
G = 51.43%
B = 41.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#1AB490 (or 0x1AB490) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 90. RGB value is (26,180,144). Sum of RGB (Red+Green+Blue) = 26+180+144=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB490 is #E54B6F. Grayscale: #818181. Windows color (decimal): -15027056 or 9483290. OLE color: 9483290.

HSL color Cylindrical-coordinate representation of color #1AB490: hue angle of 165.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB490 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 26 180 144 -
CMYK 0.86 0 0.2 0.29
HSL 165.97º 0.75% 0.4% -
HSV(B) 165.97º 0.86% 0.71% -
XYZ 21.78 34.88 31.97 -
YUV 129.85 135.98 53.93 -
System Red Green Blue C M Y K H S L
Decimal 26 180 144 0.86 0 0.2 0.29 165.97 0.75 0.4
Hex 1A B4 90 56 0 14 1D A6 4B 28
Octal 32 264 220 126 0 24 35 246 113 50
Binary 11010 10110100 10010000 1010110 0 10100 11101 10100110 1001011 101000

Color Harmonies of #1AB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB490

Black with #1AB490

Text Example


Text Example

White with #1AB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,180,144); }

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

background-color css

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

 a { background-color: rgb(26,180,144); }

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

border-color css

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

 span { border-color: rgb(26,180,144); }

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