#1ABD67

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

Shades of Jade #1ABD67

Tints of Jade #1ABD67

Color information

#1ABD67 (or 0x1ABD67) is unknown color: approx Jade. HEX triplet: 1A, BD and 67. RGB value is (26,189,103). Sum of RGB (Red+Green+Blue) = 26+189+103=318 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.18% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABD67 is #E54298. Grayscale: #828282. Windows color (decimal): -15024793 or 6798618. OLE color: 6798618.

HSL color Cylindrical-coordinate representation of color #1ABD67: hue angle of 148.34º 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 #1ABD67 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB26189103-
CMYK0.8600.460.26
HSL148.34º75.81%42.16%-
HSV(B)148.34º86.24%74.12%-
XYZ21.0737.5918.98-
YUV130.46112.553.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.18%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=8.18%
G=59.43%
B=32.39%

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
Decimal261891030.8600.460.26148.3475.8142.16
Hex1ABD675602E1A944c2a
Octal322751471260563222411452
Binary110101011110111001111010110010111011010100101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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