Html Css Color HEX #1ABC92 Mountain Meadow

📋 copy color: '#1ABC92'

red 26 ◦ green 188 ◦ blue 146

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

Shades of Mountain Meadow #1ABC92

Tints of Mountain Meadow #1ABC92

RGB

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

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

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

R = 7.22%
G = 52.22%
B = 40.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#1ABC92 (or 0x1ABC92) is known color: Mountain Meadow. HEX triplet: 1A, BC and 92. RGB value is (26,188,146). Sum of RGB (Red+Green+Blue) = 26+188+146=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC92 is #E5436D. Grayscale: #868686. Windows color (decimal): -15025006 or 9616410. OLE color: 9616410.

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

Color convert

RGB 26 188 146 -
CMYK 0.86 0 0.22 0.26
HSL 164.44º 0.76% 0.42% -
HSV(B) 164.44º 0.86% 0.74% -
XYZ 23.6 38.26 33.34 -
YUV 134.77 134.33 50.42 -
System Red Green Blue C M Y K H S L
Decimal 26 188 146 0.86 0 0.22 0.26 164.44 0.76 0.42
Hex 1A BC 92 56 0 16 1A A4 4C 2A
Octal 32 274 222 126 0 26 32 244 114 52
Binary 11010 10111100 10010010 1010110 0 10110 11010 10100100 1001100 101010

Color Harmonies of #1ABC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC92

Black with #1ABC92

Text Example


Text Example

White with #1ABC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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