Html Css Color HEX #1AB971 Mountain Meadow

📋 copy color: '#1AB971'

red 26 ◦ green 185 ◦ blue 113

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

Shades of Mountain Meadow #1AB971

Tints of Mountain Meadow #1AB971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.1%

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

R = 8.02%
G = 57.1%
B = 34.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#1AB971 (or 0x1AB971) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 71. RGB value is (26,185,113). Sum of RGB (Red+Green+Blue) = 26+185+113=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB971 is #E5468E. Grayscale: #818181. Windows color (decimal): -15025807 or 7452954. OLE color: 7452954.

HSL color Cylindrical-coordinate representation of color #1AB971: hue angle of 152.83º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB971 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 185 113 -
CMYK 0.86 0 0.39 0.27
HSL 152.83º 0.75% 0.41% -
HSV(B) 152.83º 0.86% 0.73% -
XYZ 20.76 36.11 21.5 -
YUV 129.25 118.82 54.35 -
System Red Green Blue C M Y K H S L
Decimal 26 185 113 0.86 0 0.39 0.27 152.83 0.75 0.41
Hex 1A B9 71 56 0 27 1B 99 4B 29
Octal 32 271 161 126 0 47 33 231 113 51
Binary 11010 10111001 1110001 1010110 0 100111 11011 10011001 1001011 101001

Color Harmonies of #1AB971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB971

Black with #1AB971

Text Example


Text Example

White with #1AB971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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