Html Css Color HEX #1ABC71 Mountain Meadow

📋 copy color: '#1ABC71'

red 26 ◦ green 188 ◦ blue 113

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

Shades of Mountain Meadow #1ABC71

Tints of Mountain Meadow #1ABC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 7.95%
G = 57.49%
B = 34.56%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#1ABC71 (or 0x1ABC71) is known color: Mountain Meadow. HEX triplet: 1A, BC and 71. RGB value is (26,188,113). Sum of RGB (Red+Green+Blue) = 26+188+113=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC71 is #E5438E. Grayscale: #838383. Windows color (decimal): -15025039 or 7453722. OLE color: 7453722.

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

Color convert

RGB 26 188 113 -
CMYK 0.86 0 0.40 0.26
HSL 152.22º 0.76% 0.42% -
HSV(B) 152.22º 0.86% 0.74% -
XYZ 21.39 37.38 21.71 -
YUV 131.01 117.83 53.1 -
System Red Green Blue C M Y K H S L
Decimal 26 188 113 0.86 0 0.40 0.26 152.22 0.76 0.42
Hex 1A BC 71 56 0 28 1A 98 4C 2A
Octal 32 274 161 126 0 50 32 230 114 52
Binary 11010 10111100 1110001 1010110 0 101000 11010 10011000 1001100 101010

Color Harmonies of #1ABC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC71

Black with #1ABC71

Text Example


Text Example

White with #1ABC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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