Html Css Color HEX #1ABC7F Mountain Meadow

📋 copy color: '#1ABC7F'

red 26 ◦ green 188 ◦ blue 127

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

Shades of Mountain Meadow #1ABC7F

Tints of Mountain Meadow #1ABC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.24%

R = 7.62%
G = 55.13%
B = 37.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#1ABC7F (or 0x1ABC7F) is known color: Mountain Meadow. HEX triplet: 1A, BC and 7F. RGB value is (26,188,127). Sum of RGB (Red+Green+Blue) = 26+188+127=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC7F is #E54380. Grayscale: #848484. Windows color (decimal): -15025025 or 8371226. OLE color: 8371226.

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

Color convert

RGB 26 188 127 -
CMYK 0.86 0 0.32 0.26
HSL 157.41º 0.76% 0.42% -
HSV(B) 157.41º 0.86% 0.74% -
XYZ 22.24 37.72 26.19 -
YUV 132.61 124.83 51.96 -
System Red Green Blue C M Y K H S L
Decimal 26 188 127 0.86 0 0.32 0.26 157.41 0.76 0.42
Hex 1A BC 7F 56 0 20 1A 9D 4C 2A
Octal 32 274 177 126 0 40 32 235 114 52
Binary 11010 10111100 1111111 1010110 0 100000 11010 10011101 1001100 101010

Color Harmonies of #1ABC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC7F

Black with #1ABC7F

Text Example


Text Example

White with #1ABC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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