#1AB666

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

Shades of Jade #1AB666

Tints of Jade #1AB666

Color information

#1AB666 (or 0x1AB666) is unknown color: approx Jade. HEX triplet: 1A, B6 and 66. RGB value is (26,182,102). Sum of RGB (Red+Green+Blue) = 26+182+102=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB666 is #E54999. Grayscale: #7E7E7E. Windows color (decimal): -15026586 or 6731290. OLE color: 6731290.

HSL color Cylindrical-coordinate representation of color #1AB666: hue angle of 149.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB666 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB26182102-
CMYK0.8600.440.29
HSL149.23º75%40.78%-
HSV(B)149.23º85.71%71.37%-
XYZ19.5534.6318.23-
YUV126.24114.3256.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 182 (71.48% from 255) = 58.71%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=8.39%
G=58.71%
B=32.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261821020.8600.440.29149.237540.78
Hex1AB6665602C1D954b29
Octal322661461260543522511351
Binary110101011011011001101010110010110011101100101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,182,102); }

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

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

 a { background-color: rgb(26,182,102); }

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

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

 span { border-color: rgb(26,182,102); }

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