#1AB368

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

Shades of Jade #1AB368

Tints of Jade #1AB368

Color information

#1AB368 (or 0x1AB368) is unknown color: approx Jade. HEX triplet: 1A, B3 and 68. RGB value is (26,179,104). Sum of RGB (Red+Green+Blue) = 26+179+104=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB368 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB368 is #E54C97. Grayscale: #7C7C7C. Windows color (decimal): -15027352 or 6861594. OLE color: 6861594.

HSL color Cylindrical-coordinate representation of color #1AB368: hue angle of 150.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB368 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB26179104-
CMYK0.8500.420.30
HSL150.59º74.63%40.2%-
HSV(B)150.59º85.47%70.2%-
XYZ19.0433.4618.55-
YUV124.7116.3157.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 179 (70.31% from 255) = 57.93%
BLUE value IS 104 (41.02% from 255) = 33.66%
R=8.41%
G=57.93%
B=33.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261791040.8500.420.30150.5974.6340.2
Hex1AB3685502A1E974b28
Octal322631501250523622711350
Binary110101011001111010001010101010101011110100101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,179,104); }

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

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

 a { background-color: rgb(26,179,104); }

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

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

 span { border-color: rgb(26,179,104); }

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