#18AB6C

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

Shades of Jade #18AB6C

Tints of Jade #18AB6C

Color information

#18AB6C (or 0x18AB6C) is unknown color: approx Jade. HEX triplet: 18, AB and 6C. RGB value is (24,171,108). Sum of RGB (Red+Green+Blue) = 24+171+108=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB6C is #E75493. Grayscale: #777777. Windows color (decimal): -15160468 or 7121688. OLE color: 7121688.

HSL color Cylindrical-coordinate representation of color #18AB6C: hue angle of 154.29º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB6C is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB24171108-
CMYK0.8600.370.33
HSL154.29º75.38%38.24%-
HSV(B)154.29º85.96%67.06%-
XYZ17.6530.419.13-
YUV119.86121.359.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=7.92%
G=56.44%
B=35.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241711080.8600.370.33154.2975.3838.24
Hex18AB6C56025219a4b26
Octal302531541260454123211346
Binary1100010101011110110010101100100101100001100110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AB6C; }

 p { color: rgb(24,171,108); }

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

<style>
 a { background-color: #18AB6C; }

 a { background-color: rgb(24,171,108); }

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

<style>
 span { border-color: #18AB6C; }

 span { border-color: rgb(24,171,108); }

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