Html Css Color HEX #1ABC90 Mountain Meadow

📋 copy color: '#1ABC90'

red 26 ◦ green 188 ◦ blue 144

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

Shades of Mountain Meadow #1ABC90

Tints of Mountain Meadow #1ABC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 7.26%
G = 52.51%
B = 40.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#1ABC90 (or 0x1ABC90) is known color: Mountain Meadow. HEX triplet: 1A, BC and 90. RGB value is (26,188,144). Sum of RGB (Red+Green+Blue) = 26+188+144=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC90 is #E5436F. Grayscale: #868686. Windows color (decimal): -15025008 or 9485338. OLE color: 9485338.

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

Color convert

RGB 26 188 144 -
CMYK 0.86 0 0.23 0.26
HSL 163.7º 0.76% 0.42% -
HSV(B) 163.7º 0.86% 0.74% -
XYZ 23.44 38.2 32.52 -
YUV 134.55 133.33 50.58 -
System Red Green Blue C M Y K H S L
Decimal 26 188 144 0.86 0 0.23 0.26 163.7 0.76 0.42
Hex 1A BC 90 56 0 17 1A A4 4C 2A
Octal 32 274 220 126 0 27 32 244 114 52
Binary 11010 10111100 10010000 1010110 0 10111 11010 10100100 1001100 101010

Color Harmonies of #1ABC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC90

Black with #1ABC90

Text Example


Text Example

White with #1ABC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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