#1AB073

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

Shades of Mountain Meadow #1AB073

Tints of Mountain Meadow #1AB073

Color information

#1AB073 (or 0x1AB073) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B0 and 73. RGB value is (26,176,115). Sum of RGB (Red+Green+Blue) = 26+176+115=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 176 (69.14% from 255 or 55.52% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB073 is #E54F8C. Grayscale: #7C7C7C. Windows color (decimal): -15028109 or 7581722. OLE color: 7581722.

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

Color convert

RGB26176115-
CMYK0.8500.350.31
HSL155.6º74.26%39.61%-
HSV(B)155.6º85.23%69.02%-
XYZ19.0532.5121.49-
YUV124.2122.857.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.20%
GREEN value IS 176 (69.14% from 255) = 55.52%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=8.20%
G=55.52%
B=36.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261761150.8500.350.31155.674.2639.61
Hex1AB073550231F9c4a28
Octal322601631250433723411250
Binary110101011000011100111010101010001111111100111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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