#1AB093

Color #1AB093 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1AB093

Tints of Mountain Meadow #1AB093

Color information

#1AB093 (or 0x1AB093) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B0 and 93. RGB value is (26,176,147). Sum of RGB (Red+Green+Blue) = 26+176+147=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB093 is #E54F6C. Grayscale: #7F7F7F. Windows color (decimal): -15028077 or 9678874. OLE color: 9678874.

HSL color Cylindrical-coordinate representation of color #1AB093: hue angle of 168.4º 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 #1AB093 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB26176147-
CMYK0.8500.160.31
HSL168.4º74.26%39.61%-
HSV(B)168.4º85.23%69.02%-
XYZ21.2233.3832.93-
YUV127.84138.855.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.45%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=7.45%
G=50.43%
B=42.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261761470.8500.160.31168.474.2639.61
Hex1AB093550101Fa84a28
Octal322602231250203725011250
Binary110101011000010010011101010101000011111101010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AB093;
 }
 .AnyTagClassName
 {
   color: #1AB093;
 }
</style>
background-color css

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

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

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

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

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

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