Html Css Color HEX #1AB07E Mountain Meadow

📋 copy color: '#1AB07E'

red 26 ◦ green 176 ◦ blue 126

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

Shades of Mountain Meadow #1AB07E

Tints of Mountain Meadow #1AB07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.66%

 BLUE value IS 126 (49.61% from 255) = 38.41%

R = 7.93%
G = 53.66%
B = 38.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#1AB07E (or 0x1AB07E) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 7E. RGB value is (26,176,126). Sum of RGB (Red+Green+Blue) = 26+176+126=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB07E is #E54F81. Grayscale: #7D7D7D. Windows color (decimal): -15028098 or 8302618. OLE color: 8302618.

HSL color Cylindrical-coordinate representation of color #1AB07E: hue angle of 160º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB07E is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 176 126 -
CMYK 0.85 0 0.28 0.31
HSL 160º 0.74% 0.4% -
HSV(B) 160º 0.85% 0.69% -
XYZ 19.72 32.78 25.03 -
YUV 125.45 128.31 57.07 -
System Red Green Blue C M Y K H S L
Decimal 26 176 126 0.85 0 0.28 0.31 160 0.74 0.4
Hex 1A B0 7E 55 0 1C 1F A0 4A 28
Octal 32 260 176 125 0 34 37 240 112 50
Binary 11010 10110000 1111110 1010101 0 11100 11111 10100000 1001010 101000

Color Harmonies of #1AB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB07E

Black with #1AB07E

Text Example


Text Example

White with #1AB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,176,126); }

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

background-color css

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

 a { background-color: rgb(26,176,126); }

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

border-color css

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

 span { border-color: rgb(26,176,126); }

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