Html Css Color HEX #1ABC95 Mountain Meadow

📋 copy color: '#1ABC95'

red 26 ◦ green 188 ◦ blue 149

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

Shades of Mountain Meadow #1ABC95

Tints of Mountain Meadow #1ABC95

RGB

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

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

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

R = 7.16%
G = 51.79%
B = 41.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#1ABC95 (or 0x1ABC95) is known color: Mountain Meadow. HEX triplet: 1A, BC and 95. RGB value is (26,188,149). Sum of RGB (Red+Green+Blue) = 26+188+149=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC95 is #E5436A. Grayscale: #878787. Windows color (decimal): -15025003 or 9813018. OLE color: 9813018.

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

Color convert

RGB 26 188 149 -
CMYK 0.86 0 0.21 0.26
HSL 165.56º 0.76% 0.42% -
HSV(B) 165.56º 0.86% 0.74% -
XYZ 23.83 38.36 34.58 -
YUV 135.12 135.83 50.17 -
System Red Green Blue C M Y K H S L
Decimal 26 188 149 0.86 0 0.21 0.26 165.56 0.76 0.42
Hex 1A BC 95 56 0 15 1A A6 4C 2A
Octal 32 274 225 126 0 25 32 246 114 52
Binary 11010 10111100 10010101 1010110 0 10101 11010 10100110 1001100 101010

Color Harmonies of #1ABC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC95

Black with #1ABC95

Text Example


Text Example

White with #1ABC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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