Html Css Color HEX #1ABC96 Mountain Meadow

📋 copy color: '#1ABC96'

red 26 ◦ green 188 ◦ blue 150

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

Shades of Mountain Meadow #1ABC96

Tints of Mountain Meadow #1ABC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.65%

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 7.14%
G = 51.65%
B = 41.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#1ABC96 (or 0x1ABC96) is known color: Mountain Meadow. HEX triplet: 1A, BC and 96. RGB value is (26,188,150). Sum of RGB (Red+Green+Blue) = 26+188+150=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC96 is #E54369. Grayscale: #878787. Windows color (decimal): -15025002 or 9878554. OLE color: 9878554.

HSL color Cylindrical-coordinate representation of color #1ABC96: hue angle of 165.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC96 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 150 -
CMYK 0.86 0 0.20 0.26
HSL 165.93º 0.76% 0.42% -
HSV(B) 165.93º 0.86% 0.74% -
XYZ 23.91 38.39 35 -
YUV 135.23 136.33 50.09 -
System Red Green Blue C M Y K H S L
Decimal 26 188 150 0.86 0 0.20 0.26 165.93 0.76 0.42
Hex 1A BC 96 56 0 14 1A A6 4C 2A
Octal 32 274 226 126 0 24 32 246 114 52
Binary 11010 10111100 10010110 1010110 0 10100 11010 10100110 1001100 101010

Color Harmonies of #1ABC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC96

Black with #1ABC96

Text Example


Text Example

White with #1ABC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,188,150); }

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

background-color css

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

 a { background-color: rgb(26,188,150); }

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

border-color css

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

 span { border-color: rgb(26,188,150); }

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