#1AB267

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

Shades of Jade #1AB267

Tints of Jade #1AB267

Color information

#1AB267 (or 0x1AB267) is unknown color: approx Jade. HEX triplet: 1A, B2 and 67. RGB value is (26,178,103). Sum of RGB (Red+Green+Blue) = 26+178+103=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AB267 is #E54D98. Grayscale: #7C7C7C. Windows color (decimal): -15027609 or 6795802. OLE color: 6795802.

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

Color convert

RGB26178103-
CMYK0.8500.420.30
HSL150.39º74.51%40%-
HSV(B)150.39º85.39%69.8%-
XYZ18.7933.0418.22-
YUV124116.1458.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=8.47%
G=57.98%
B=33.55%

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
Decimal261781030.8500.420.30150.3974.5140
Hex1AB2675502A1E964b28
Octal322621471250523622611350
Binary110101011001011001111010101010101011110100101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,178,103); }

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

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

 a { background-color: rgb(26,178,103); }

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

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

 span { border-color: rgb(26,178,103); }

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