#1AB092

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

Shades of Mountain Meadow #1AB092

Tints of Mountain Meadow #1AB092

Color information

#1AB092 (or 0x1AB092) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B0 and 92. RGB value is (26,176,146). Sum of RGB (Red+Green+Blue) = 26+176+146=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB092 is #E54F6D. Grayscale: #7F7F7F. Windows color (decimal): -15028078 or 9613338. OLE color: 9613338.

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

Color convert

RGB26176146-
CMYK0.8500.170.31
HSL168º74.26%39.61%-
HSV(B)168º85.23%69.02%-
XYZ21.1433.3532.52-
YUV127.73138.355.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.47%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=7.47%
G=50.57%
B=41.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261761460.8500.170.3116874.2639.61
Hex1AB092550111Fa84a28
Octal322602221250213725011250
Binary110101011000010010010101010101000111111101010001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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