Html Css Color HEX #1AB992 Mountain Meadow

📋 copy color: '#1AB992'

red 26 ◦ green 185 ◦ blue 146

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

Shades of Mountain Meadow #1AB992

Tints of Mountain Meadow #1AB992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 7.28%
G = 51.82%
B = 40.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#1AB992 (or 0x1AB992) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 92. RGB value is (26,185,146). Sum of RGB (Red+Green+Blue) = 26+185+146=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB992 is #E5466D. Grayscale: #858585. Windows color (decimal): -15025774 or 9615642. OLE color: 9615642.

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

Color convert

RGB 26 185 146 -
CMYK 0.86 0 0.21 0.27
HSL 165.28º 0.75% 0.41% -
HSV(B) 165.28º 0.86% 0.73% -
XYZ 22.96 36.99 33.12 -
YUV 133.01 135.32 51.67 -
System Red Green Blue C M Y K H S L
Decimal 26 185 146 0.86 0 0.21 0.27 165.28 0.75 0.41
Hex 1A B9 92 56 0 15 1B A5 4B 29
Octal 32 271 222 126 0 25 33 245 113 51
Binary 11010 10111001 10010010 1010110 0 10101 11011 10100101 1001011 101001

Color Harmonies of #1AB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB992

Black with #1AB992

Text Example


Text Example

White with #1AB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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