Html Css Color HEX #1AB990 Mountain Meadow

📋 copy color: '#1AB990'

red 26 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #1AB990

Tints of Mountain Meadow #1AB990

RGB

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

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

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

R = 7.32%
G = 52.11%
B = 40.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#1AB990 (or 0x1AB990) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 90. RGB value is (26,185,144). Sum of RGB (Red+Green+Blue) = 26+185+144=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB990 is #E5466F. Grayscale: #848484. Windows color (decimal): -15025776 or 9484570. OLE color: 9484570.

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

Color convert

RGB 26 185 144 -
CMYK 0.86 0 0.22 0.27
HSL 164.53º 0.75% 0.41% -
HSV(B) 164.53º 0.86% 0.73% -
XYZ 22.81 36.93 32.31 -
YUV 132.79 134.32 51.83 -
System Red Green Blue C M Y K H S L
Decimal 26 185 144 0.86 0 0.22 0.27 164.53 0.75 0.41
Hex 1A B9 90 56 0 16 1B A5 4B 29
Octal 32 271 220 126 0 26 33 245 113 51
Binary 11010 10111001 10010000 1010110 0 10110 11011 10100101 1001011 101001

Color Harmonies of #1AB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB990

Black with #1AB990

Text Example


Text Example

White with #1AB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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