Html Css Color HEX #1AB695 Mountain Meadow

📋 copy color: '#1AB695'

red 26 ◦ green 182 ◦ blue 149

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

Shades of Mountain Meadow #1AB695

Tints of Mountain Meadow #1AB695

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.98%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 7.28%
G = 50.98%
B = 41.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#1AB695 (or 0x1AB695) is known color: Mountain Meadow. HEX triplet: 1A, B6 and 95. RGB value is (26,182,149). Sum of RGB (Red+Green+Blue) = 26+182+149=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB695 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB695 is #E5496A. Grayscale: #838383. Windows color (decimal): -15026539 or 9811482. OLE color: 9811482.

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

Color convert

RGB 26 182 149 -
CMYK 0.86 0 0.18 0.29
HSL 167.31º 0.75% 0.41% -
HSV(B) 167.31º 0.86% 0.71% -
XYZ 22.58 35.85 34.16 -
YUV 131.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 26 182 149 0.86 0 0.18 0.29 167.31 0.75 0.41
Hex 1A B6 95 56 0 12 1D A7 4B 29
Octal 32 266 225 126 0 22 35 247 113 51
Binary 11010 10110110 10010101 1010110 0 10010 11101 10100111 1001011 101001

Color Harmonies of #1AB695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB695

Black with #1AB695

Text Example


Text Example

White with #1AB695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,182,149); }

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

background-color css

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

 a { background-color: rgb(26,182,149); }

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

border-color css

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

 span { border-color: rgb(26,182,149); }

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