#1ABD66

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

Shades of Jade #1ABD66

Tints of Jade #1ABD66

Color information

#1ABD66 (or 0x1ABD66) is unknown color: approx Jade. HEX triplet: 1A, BD and 66. RGB value is (26,189,102). Sum of RGB (Red+Green+Blue) = 26+189+102=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABD66 is #E54299. Grayscale: #828282. Windows color (decimal): -15024794 or 6733082. OLE color: 6733082.

HSL color Cylindrical-coordinate representation of color #1ABD66: hue angle of 147.98º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABD66 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB26189102-
CMYK0.8600.460.26
HSL147.98º75.81%42.16%-
HSV(B)147.98º86.24%74.12%-
XYZ21.0237.5718.71-
YUV130.3411253.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.20%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=8.20%
G=59.62%
B=32.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261891020.8600.460.26147.9875.8142.16
Hex1ABD665602E1A944c2a
Octal322751461260563222411452
Binary110101011110111001101010110010111011010100101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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